summaryrefslogtreecommitdiff
path: root/dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch
diff options
context:
space:
mode:
authorAlexey Sokolov <alexey+gentoo@asokolov.org>2022-09-25 22:30:27 +0100
committerIonen Wolkens <ionen@gentoo.org>2022-09-26 05:34:09 -0400
commit9a6d9c1ece3205412ae0e6f3f36777ce7e203138 (patch)
treec0b08b8d1e3bdffcd1df609ca405632b3448a043 /dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch
parente6ff55cc55eb7e2b862326965ace1ac5b941c590 (diff)
downloadgentoo-9a6d9c1ece3205412ae0e6f3f36777ce7e203138.tar.gz
gentoo-9a6d9c1ece3205412ae0e6f3f36777ce7e203138.tar.bz2
gentoo-9a6d9c1ece3205412ae0e6f3f36777ce7e203138.zip
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>
Diffstat (limited to 'dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch')
-rw-r--r--dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch b/dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch
new file mode 100644
index 000000000000..e1186958973a
--- /dev/null
+++ b/dev-cpp/sol2/files/sol2-3.3.0-dont-install-tests.patch
@@ -0,0 +1,10 @@
+--- 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()
+