aboutsummaryrefslogtreecommitdiff
path: root/ports/function2/disable-testing.patch
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2019-12-20 21:15:42 +0100
committerdan-shaw <51385773+dan-shaw@users.noreply.github.com>2019-12-20 12:15:42 -0800
commit19ed64967c4ce360048e52c51df6b7bc1e19bdb5 (patch)
tree68142643d368872e8ca091e528320b099913f471 /ports/function2/disable-testing.patch
parent0d5fc4c6ef86b942401658222ba1aab5c1ccbda4 (diff)
downloadvcpkg-19ed64967c4ce360048e52c51df6b7bc1e19bdb5.tar.gz
vcpkg-19ed64967c4ce360048e52c51df6b7bc1e19bdb5.zip
[function2] Add port version 4.0.0 (#9246)
Diffstat (limited to 'ports/function2/disable-testing.patch')
-rw-r--r--ports/function2/disable-testing.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/ports/function2/disable-testing.patch b/ports/function2/disable-testing.patch
new file mode 100644
index 000000000..c17403c33
--- /dev/null
+++ b/ports/function2/disable-testing.patch
@@ -0,0 +1,14 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 684abe0..32a5cf6 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -75,7 +75,9 @@ if (FU2_IS_TOP_LEVEL_PROJECT)
+ install(EXPORT "${PROJECT_NAME}Targets"
+ NAMESPACE ${PROJECT_NAME}::
+ DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}")
++endif()
+
++if(0)
+ # Setup CPack for bundling
+ set(CPACK_GENERATOR "ZIP")
+ set(CPACK_PACKAGE_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})