temporary change for system tests

David Rebbe 2024-12-11 10:53:36 -05:00
parent 68fe63c566
commit 24d2f84dbb
1 changed files with 1 additions and 1 deletions

View File

@ -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)