diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-06-17 19:46:20 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-06-17 19:46:20 +0300 |
commit | 0574d03bfa60191fd06a11f157b86c1862ae6059 (patch) | |
tree | f869c556f0634e5eab0486f6eed7f825c276e3c8 /indra | |
parent | d72fcfba57c02f2577f3b4f3d132ddfa515dd894 (diff) |
OPEN-345 Fixed enigmatic messages during build
Diffstat (limited to 'indra')
-rw-r--r-- | indra/cmake/BuildPackagesInfo.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/BuildPackagesInfo.cmake b/indra/cmake/BuildPackagesInfo.cmake index 93461cea95..4314cca33d 100644 --- a/indra/cmake/BuildPackagesInfo.cmake +++ b/indra/cmake/BuildPackagesInfo.cmake @@ -8,7 +8,7 @@ include(Python) # building in an IDE, it probably isn't. Set it explicitly using # run_build_test.py. 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 DEPENDS ${CMAKE_SOURCE_DIR}/../scripts/packages-formatter.py ${CMAKE_SOURCE_DIR}/../autobuild.xml |