summaryrefslogtreecommitdiffstats
path: root/cmake/cmake.d/03-macros.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-30 15:44:18 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:47 +0200
commita46e1726f5880779ce9f22553d1712ed6bee501d (patch)
tree7771aac89ec0b85c1d3d5f5be126b8538abdf3b9 /cmake/cmake.d/03-macros.cmake
parent84bffc3074d78452856f75f6095b54e95abcc4a3 (diff)
Disabling packaging target. To be externalized
Change-Id: I4ff1c05eae2a8542f1ad002acc6bf0d4a7ff72d6 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'cmake/cmake.d/03-macros.cmake')
-rw-r--r--cmake/cmake.d/03-macros.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmake/cmake.d/03-macros.cmake b/cmake/cmake.d/03-macros.cmake
index 6e807c9..06f61a4 100644
--- a/cmake/cmake.d/03-macros.cmake
+++ b/cmake/cmake.d/03-macros.cmake
@@ -469,17 +469,17 @@ macro(deb_package_build)
endmacro(deb_package_build)
macro(project_package_build)
- if(EXISTS ${TEMPLATE_DIR})
- rpm_package_build()
- endif()
+# if(EXISTS ${TEMPLATE_DIR})
+# rpm_package_build()
+# endif()
if(EXISTS ${TEMPLATE_DIR})
wgt_package_build()
endif()
- if(EXISTS ${TEMPLATE_DIR})
- deb_package_build()
- endif()
+# if(EXISTS ${TEMPLATE_DIR})
+# deb_package_build()
+# endif()
endmacro(project_package_build)
macro(project_subdirs_add)