mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://bugs.gentoo.org/864169 Closes: https://github.com/gentoo/gentoo/pull/27456 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
11 lines
289 B
Diff
11 lines
289 B
Diff
--- a/tests/CMakeLists.txt
|
|
+++ b/tests/CMakeLists.txt
|
|
@@ -60,7 +60,6 @@ function(sol2_add_test_properties target-name)
|
|
|
|
add_test(NAME ${target-name} COMMAND ${target-name})
|
|
if(SOL2_ENABLE_INSTALL)
|
|
- install(TARGETS ${target-name} RUNTIME DESTINATION bin)
|
|
endif()
|
|
endfunction()
|
|
|