aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/c4core/disable-cpack.patch
blob: 2191fb126676cc5f4b5976c0cc5d9444cccb34cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba9983c..41ea81a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -115,7 +115,7 @@ endif()
 c4_add_dev_targets()
 
 if(C4CORE_INSTALL)
-    c4_pack_project(TYPE LIBRARY)
+#    c4_pack_project(TYPE LIBRARY)
 endif()