diff options
| author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-08-16 23:38:42 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 14:38:42 -0700 | 
| commit | 4c0f342c93b4716ad6f7fb2b2b04bf217c0b824d (patch) | |
| tree | b6261680d4e709ee824211420c873864aec673f7 | |
| parent | ae0433f4ebba799c16d6498f8a78ccb101db9706 (diff) | |
Remove pointless CMake status message (#2322)
| -rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index c6b89e1de3..6ac00fd131 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -155,10 +155,6 @@ if(WINDOWS)              MESSAGE(STATUS "Redist lib ${release_msvc_file} not found")          endif()      endforeach() -    MESSAGE(STATUS "Will copy redist files for MSVC ${MSVC_VER}:") -    foreach(target ${third_party_targets}) -        MESSAGE(STATUS "${target}") -    endforeach()  elseif(DARWIN)      set(vivox_lib_dir "${ARCH_PREBUILT_DIRS_RELEASE}") | 
