Skip to content

Commit

Permalink
prevent installation of google benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Oct 7, 2024
1 parent 52f9f1f commit 40e695c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ if (BUILD_TESTING)
CPMAddPackage(NAME benchmark
GITHUB_REPOSITORY google/benchmark
VERSION 1.8.3
OPTIONS "BENCHMARK_ENABLE_TESTING OFF" "CMAKE_BUILD_TYPE release" "BUILD_SHARED_LIBS OFF")
OPTIONS "BENCHMARK_ENABLE_TESTING OFF" "CMAKE_BUILD_TYPE release" "BUILD_SHARED_LIBS OFF" "BENCHMARK_ENABLE_INSTALL OFF")
CPMAddPackage(NAME googletest
GITHUB_REPOSITORY google/googletest
GIT_TAG release-1.12.1
Expand Down

0 comments on commit 40e695c

Please sign in to comment.