summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-10-04 11:22:11 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:22:47 +0200
commit309d8ada4309b1e3f35dcc3966bbe9b092df9fab (patch)
treec6049c2b9f5e628a1f48e2d248a412572fba7e97
parent6227a680a071625c72a995b95ee954755f0efa94 (diff)
Cleaning
Change-Id: Id06766a8c24dd21fdee6211a384bfccf7c6535ad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-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)