1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: Do not install tests
Forwarded: not-needed
Author: syzygial <syzygial.123@gmail.com>
Last-Update: 2025-05-30
---
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 80feaaf..887fa4d 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -59,9 +59,6 @@ function(sol2_add_test_properties target-name)
endif()
add_test(NAME ${target-name} COMMAND ${target-name})
- if(SOL2_ENABLE_INSTALL)
- install(TARGETS ${target-name} RUNTIME DESTINATION bin)
- endif()
endfunction()
function(sol2_create_basic_test test_target_name target_sol)
|