diff options
author | Oz Linden <oz@lindenlab.com> | 2016-12-09 09:23:32 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-12-09 09:23:32 -0500 |
commit | 84ba2a8797303eb85a253b9c786bead38457fda5 (patch) | |
tree | c49047ceabd419e3a6f24de1c7d8dab27148df91 /indra/newview | |
parent | 1d6c68449e9caba2b9017d4b71fe827bf6fa9771 (diff) |
move some cmake messages that are not warnings from stderr to stdout
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 26e56d0119..df855b0de2 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1430,7 +1430,7 @@ if (WINDOWS) set(ICON_PATH "project") set(VIEWER_MACOSX_PHASE "a") endif() - message("Copying icons for ${ICON_PATH}") + message(STATUS "Copying icons for ${ICON_PATH}") execute_process( COMMAND ${CMAKE_COMMAND} -E copy_if_different "${CMAKE_CURRENT_SOURCE_DIR}/icons/${ICON_PATH}/secondlife.ico" |