[ox/ptrarith] Disable ptrarith tests when OX_RUN_TESTS is not set
This commit is contained in:
4
deps/ox/src/ox/ptrarith/CMakeLists.txt
vendored
4
deps/ox/src/ox/ptrarith/CMakeLists.txt
vendored
@ -6,4 +6,6 @@ install(
|
||||
include/ox/ptrarith
|
||||
)
|
||||
|
||||
add_subdirectory(test)
|
||||
if(OX_RUN_TESTS)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user