Cleaning
[staging/xdg-launcher.git] / cmake / cmake.d / 03-macros.cmake
index 9f5a1db..6f93c37 100644 (file)
@@ -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)