From 530159c108f599dc686cefccd6748b73c4d3723c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Apr 2021 02:25:44 +0300 Subject: cmake: fix CMakeLists.txt syntax --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35484bb..027f3ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ add_subdirectory(server) if(MATH_SERVER_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(3rdparty/google/benchmark) add_subdirectory(test) endif() -- cgit v1.2.3