From 6485d21e4a7ca4f23d68528c9c720e4df1a712a7 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 4 Oct 2017 11:22:11 +0200 Subject: [PATCH] Cleaning Change-Id: Id06766a8c24dd21fdee6211a384bfccf7c6535ad Signed-off-by: Romain Forlot --- cmake/cmake.d/03-macros.cmake | 12 ------------ 1 file changed, 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) -- 2.16.6