Skip to content

Commit c5048e0

Browse files
authored
Merge pull request #8954 from gadfort/abc-disable-tests
abc: add ABC_SKIP_TESTS to CMake
2 parents 2da9fb0 + be3c2ae commit c5048e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third-party/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ if (NOT USE_SYSTEM_ABC)
5151
add_compile_options(
5252
$<$<CXX_COMPILER_ID:AppleClang>:-g>
5353
)
54+
55+
set(ABC_SKIP_TESTS TRUE CACHE BOOL "Disable tests in the ABC submodule")
5456
add_subdirectory(abc)
5557

5658
endif()

0 commit comments

Comments
 (0)