Reorganization between variables/build options
[staging/xdg-launcher.git] / cmake / cmake.d / 03-macros.cmake
similarity index 99%
rename from cmake/cmake.d/02-macros.cmake
rename to cmake/cmake.d/03-macros.cmake
index a085738..62e5790 100644 (file)
@@ -174,7 +174,7 @@ macro(project_targets_populate)
                                add_dependencies(${POPULE_PACKAGE_TARGET} ${TARGET})
                        endif(${T} STREQUAL "BINDING")
                elseif(${CMAKE_BUILD_TYPE} MATCHES "[Dd][Ee][Bb][Uu][Gg]")
-                       MESSAGE(".. Warning: ${TARGET} ignored when packaging.")
+                       MESSAGE("${Yellow}.. Warning: ${TARGET} ignored when packaging.${ColourReset}")
                endif()
        endforeach()
 endmacro(project_targets_populate)