add support to use system tests outside fetchcontent
parent
bfd9802860
commit
68fe63c566
|
|
@ -589,7 +589,8 @@ if(LIBICSNEO_BUILD_SYSTEM_TESTS)
|
|||
)
|
||||
FetchContent_MakeAvailable(SystemTests)
|
||||
else()
|
||||
message("System test repo not defined!")
|
||||
message(WARNING "LIBICSNEO_SYSTEM_TESTS env variable not defined, attempting to use ${CMAKE_CURRENT_SOURCE_DIR}/test/system anyways...")
|
||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test/system)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue