aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-10-04 11:22:11 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-10-04 11:22:11 +0200
commit6485d21e4a7ca4f23d68528c9c720e4df1a712a7 (patch)
treea57e2c25d05bf2f836cc6e35aeeedfd79898bbc9
parentcc6d75e5b01587cbceef0551b8326c9e81dcbb05 (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)