diff options
author | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-06-12 11:37:17 +0300 |
---|---|---|
committer | AndreyL ProductEngine <andreylproductengine@lindenlab.com> | 2015-06-12 11:37:17 +0300 |
commit | c76e983b03f281d71844e2aad72056e541f3e4bf (patch) | |
tree | b01695f05fc874980b2478ae60ccdc3b4fdc3caf /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | fd45c728b24896a7438ba18ca3b38e32d2faf67c (diff) |
MAINT-2577 Fixed the status message
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rwxr-xr-x | indra/cmake/Copy3rdPartyLibs.cmake | 2 |
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 |