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 1357b9d commit 1d7d10fCopy full SHA for 1d7d10f
CMakeLists.txt
@@ -75,8 +75,9 @@ if(TLSF_BUILD_BENCHMARK)
75
FetchContent_MakeAvailable(google-benchmark)
76
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)
79
-
+ set(BENCHMARK_USE_LIBCXX OFF CACHE BOOL "Disable Build and test using libc++ as the standard library." FORCE)
+ set(BENCHMARK_ENABLE_GTEST_TESTS OFF CACHE BOOL "Disable building the unit tests which depend on gtest" FORCE)
80
+ set(BENCHMARK_USE_BUNDLED_GTEST OFF CACHE BOOL "Disable bundled GoogleTest. If disabled, the find_package(GTest) will be used." FORCE)
81
82
83
0 commit comments