Exclude inner targets from ALL
This commit is contained in:
parent
5fd7cab909
commit
da7eb4cb3b
1 changed files with 4 additions and 4 deletions
|
|
@ -41,10 +41,10 @@ CHECK_INCLUDE_FILES(arm_neon.h HAVE_ARM_NEON_H)
|
|||
set(BUILD_TESTING OFF CACHE BOOL "Disable Abseil's tests")
|
||||
set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Disable Google Benchmark tests")
|
||||
set(BENCHMARK_ENABLE_INSTALL OFF CACHE BOOL "Disable Google Benchmark install")
|
||||
add_subdirectory(external/abseil-cpp)
|
||||
add_subdirectory(external/Catch2)
|
||||
add_subdirectory(external/benchmark)
|
||||
add_subdirectory(external/cnpy)
|
||||
add_subdirectory(external/abseil-cpp EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(external/Catch2 EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(external/benchmark EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(external/cnpy EXCLUDE_FROM_ALL)
|
||||
|
||||
# Download libsndfile
|
||||
if (WIN32)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue