blob: 6fd227a62a5bb6e96fa74be5046187e48e4db027 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 775037a..e3deb01 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -627,4 +627,4 @@ install(EXPORT ${PROJECT_NAME}
# ############################################################################
# New CPACK section, please see the README file inside cpack.d directory.
-add_subdirectory(cpack.d)
+#add_subdirectory(cpack.d)
|