Skip to content

Commit be3c2ae

Browse files
committed
abc: add ABC_SKIP_TESTS to CMake
Signed-off-by: Peter Gadfort <[email protected]>
1 parent 2da9fb0 commit be3c2ae

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)