Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ target_link_libraries(unittests_lcio PRIVATE Catch2::Catch2WithMain LCIO::lcio)
include(Catch)
catch_discover_tests(unittests_lcio
TEST_PREFIX "ut_"
DL_PATHS $<TARGET_FILE_DIR:SIO::sio>
PROPERTIES
ENVIRONMENT LD_LIBRARY_PATH=$<TARGET_FILE_DIR:LCIO::lcio>:$ENV{LD_LIBRARY_PATH}
ENVIRONMENT LD_LIBRARY_PATH=$<TARGET_FILE_DIR:LCIO::lcio>:$<TARGET_FILE_DIR:SIO::sio>:$ENV{LD_LIBRARY_PATH}
)
Loading