diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-12-11 11:29:38 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-12-11 11:29:38 -0500 |
commit | 3c88d1ff55c1fd8eba6dd431d1220e7d8ff4796b (patch) | |
tree | 5bb79c36bf53415877f2991a5a66e1425a21a59e /tests | |
parent | 34ec75d49d084c15a572dcd9c20abb6b859af9f9 (diff) | |
download | stasis-3c88d1ff55c1fd8eba6dd431d1220e7d8ff4796b.tar.gz |
Fix redundant linkage to stasis_core.afix-download-auth
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 07ba39c..bcc05ce 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -36,7 +36,6 @@ foreach(source_file ${source_files}) ${CMAKE_CURRENT_SOURCE_DIR}/include ) target_link_libraries(${test_executable} PRIVATE - stasis_core stasis_delivery ) add_test(${test_executable} ${test_executable}) @@ -48,4 +47,4 @@ foreach(source_file ${source_files}) SKIP_RETURN_CODE 127) set_property(TEST ${test_executable} PROPERTY ENVIRONMENT "STASIS_SYSCONFDIR=${CMAKE_SOURCE_DIR}") -endforeach()
\ No newline at end of file +endforeach() |