Skip to content

Commit 9b96a69

Browse files
authored
Disable testing for the benchmark library
1 parent 3c03e42 commit 9b96a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ if(TLSF_BUILD_BENCHMARK)
7474

7575
FetchContent_MakeAvailable(google-benchmark)
7676

77-
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Enable testing of the benchmark library." FORCE)
78-
77+
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Disable testing of the benchmark library." FORCE)
78+
set(BENCHMARK_USE_LIBCXX OFF CACHE BOOL "Build and test using libc++ as the standard library." FORCE)
7979

8080

8181

0 commit comments

Comments
 (0)