From 68d1dfa0daed8cf3ba0e3d6f26a76858c8a53129 Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 28 Jun 2018 21:09:42 +0300 Subject: [PATCH] Keep make output short Without custom comment add_custom_command would list all target files. --- library/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 65dd10da0..db2d9ca45 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -266,6 +266,7 @@ ADD_CUSTOM_COMMAND( ${CMAKE_CURRENT_SOURCE_DIR}/xml ${CMAKE_CURRENT_SOURCE_DIR}/include/df MAIN_DEPENDENCY ${dfapi_SOURCE_DIR}/xml/codegen.pl + COMMENT "Generating codegen.out.xml and df/headers" DEPENDS ${GENERATE_INPUT_XMLS} ${GENERATE_INPUT_SCRIPTS} )