summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-06-12 11:37:17 +0300
committerAndreyL ProductEngine <andreylproductengine@lindenlab.com>2015-06-12 11:37:17 +0300
commitc76e983b03f281d71844e2aad72056e541f3e4bf (patch)
treeb01695f05fc874980b2478ae60ccdc3b4fdc3caf
parentfd45c728b24896a7438ba18ca3b38e32d2faf67c (diff)
MAINT-2577 Fixed the status message
-rwxr-xr-xindra/cmake/Copy3rdPartyLibs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index 4d4bc2c33c..a6fd756c88 100755
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -90,7 +90,7 @@ if(WINDOWS)
foreach(i RANGE ${count})
list(GET LMSVC_VER ${i} MSVC_VER)
list(GET LMSVC_VERDOT ${i} MSVC_VERDOT)
- MESSAGE(WARNING "!!!=== ${i} ${MSVC_VER} ${MSVC_VERDOT}")
+ MESSAGE(STATUS "Copying redist libs for VC ${MSVC_VERDOT}")
FIND_PATH(debug_msvc_redist_path NAME msvcr${MSVC_VER}d.dll
PATHS
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\VisualStudio\\${MSVC_VERDOT}\\Setup\\VC;ProductDir]/redist/Debug_NonRedist/x86/Microsoft.VC${MSVC_VER}.DebugCRT