summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/cmake.d/03-macros.cmake12
1 files changed, 0 insertions, 12 deletions
diff --git a/cmake/cmake.d/03-macros.cmake b/cmake/cmake.d/03-macros.cmake
index 9f5a1db..6f93c37 100644
--- a/cmake/cmake.d/03-macros.cmake
+++ b/cmake/cmake.d/03-macros.cmake
@@ -495,22 +495,10 @@ macro(rpm_package_build)
endif()
endmacro(rpm_package_build)
-macro(deb_package_build)
-#TODO
-endmacro(deb_package_build)
-
macro(project_package_build)
-# if(EXISTS ${TEMPLATE_DIR})
-# rpm_package_build()
-# endif()
-
if(EXISTS ${TEMPLATE_DIR})
wgt_package_build()
endif()
-
-# if(EXISTS ${TEMPLATE_DIR})
-# deb_package_build()
-# endif()
endmacro(project_package_build)
macro(project_subdirs_add)