From 3a37e4dc0c2c7d9dc494b1eb63abd33c8f6a813b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 3 Jan 2020 03:24:20 +0300 Subject: cmake: don't install benchmark the library --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 65b8732..db0e2dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,6 +32,7 @@ add_subdirectory(server) if(ENABLE_TESTS) set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Suppressing benchmark's tests" FORCE) + set(BENCHMARK_ENABLE_INSTALL OFF CACHE BOOL "Don't install benchmark the library" FORCE) add_subdirectory("3rdparty/google/benchmark") add_subdirectory(test) -- cgit v1.2.3