From: Peizhao Ou Date: Fri, 1 Dec 2017 01:35:42 +0000 (-0800) Subject: Disable compiling benchmarks-drivers for now X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=05d6a6a58c740cf12f2580473724572a77d33b81 Disable compiling benchmarks-drivers for now --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b239eb5a..f8fe1964 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -198,7 +198,7 @@ install(TARGETS ${CDS_STATIC_LIBRARY} EXPORT LibCDSConfig DESTINATION lib${LIB_S install(EXPORT LibCDSConfig FILE LibCDSConfig.cmake NAMESPACE LibCDS:: DESTINATION lib/cmake/LibCDS) install(DIRECTORY ${PROJECT_SOURCE_DIR}/cds DESTINATION include COMPONENT ${HEADERS_COMPONENT}) -add_subdirectory(${PROJECT_SOURCE_DIR}/benchmark-drivers) +#add_subdirectory(${PROJECT_SOURCE_DIR}/benchmark-drivers) if(WITH_TESTS) enable_testing() add_subdirectory(${PROJECT_SOURCE_DIR}/test)