[CMake] The COMMENT directive needs quotes on output.
This commit is contained in:
@@ -9,7 +9,7 @@ include(Variables)
|
|||||||
# building in an IDE, it probably isn't. Set it explicitly using
|
# building in an IDE, it probably isn't. Set it explicitly using
|
||||||
# run_build_test.py.
|
# run_build_test.py.
|
||||||
add_custom_command(OUTPUT packages-info.txt
|
add_custom_command(OUTPUT packages-info.txt
|
||||||
COMMENT Generating packages-info.txt for the about box
|
COMMENT "Generating packages-info.txt for the about box"
|
||||||
MAIN_DEPENDENCY ${CMAKE_SOURCE_DIR}/../autobuild.xml
|
MAIN_DEPENDENCY ${CMAKE_SOURCE_DIR}/../autobuild.xml
|
||||||
DEPENDS ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py
|
DEPENDS ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py
|
||||||
${CMAKE_SOURCE_DIR}/../autobuild.xml
|
${CMAKE_SOURCE_DIR}/../autobuild.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user