temporary change for system tests
parent
68fe63c566
commit
24d2f84dbb
|
|
@ -584,7 +584,7 @@ if(LIBICSNEO_BUILD_SYSTEM_TESTS)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SystemTests
|
SystemTests
|
||||||
GIT_REPOSITORY $ENV{LIBICSNEO_SYSTEM_TESTS}
|
GIT_REPOSITORY $ENV{LIBICSNEO_SYSTEM_TESTS}
|
||||||
GIT_TAG main
|
GIT_TAG icsneo_api
|
||||||
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/test/system
|
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/test/system
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(SystemTests)
|
FetchContent_MakeAvailable(SystemTests)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue