gentoo/dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch
Alexey Sokolov 9a6d9c1ece
dev-cpp/sol2: add 3.3.0
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>
2022-09-26 05:34:09 -04:00

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