Skip to content

Commit 09753c3

Browse files
committed
Disable install rules for nvbench and google benchmark
1 parent 3ff2032 commit 09753c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

benchmarks/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,15 @@ CPMAddPackage(
2525
# Additionally, attempting to set the CMAKE_CXX_VERSION here doesn't propogate to the feature test build
2626
# Therefore, we just disable the feature test and assume platforms we care about have a regex impl available
2727
"RUN_HAVE_STD_REGEX 0" #
28+
"BENCHMARK_ENABLE_INSTALL OFF"
2829
)
2930

3031
CPMAddPackage(
3132
NAME nvbench
3233
GITHUB_REPOSITORY NVIDIA/nvbench
3334
GIT_TAG main
3435
GIT_SHALLOW TRUE
36+
EXCLUDE_FROM_ALL YES
3537
)
3638

3739
###################################################################################################

0 commit comments

Comments
 (0)