From 05d6a6a58c740cf12f2580473724572a77d33b81 Mon Sep 17 00:00:00 2001 From: Peizhao Ou Date: Thu, 30 Nov 2017 17:35:42 -0800 Subject: [PATCH] Disable compiling benchmarks-drivers for now --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.34.1