We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c03e42 commit 9b96a69Copy full SHA for 9b96a69
CMakeLists.txt
@@ -74,8 +74,8 @@ if(TLSF_BUILD_BENCHMARK)
74
75
FetchContent_MakeAvailable(google-benchmark)
76
77
- set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Enable testing of the benchmark library." FORCE)
78
-
+ set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Disable testing of the benchmark library." FORCE)
+ set(BENCHMARK_USE_LIBCXX OFF CACHE BOOL "Build and test using libc++ as the standard library." FORCE)
79
80
81
0 commit comments