Remove pointless CMake status message (#2322)
parent
ae0433f4eb
commit
4c0f342c93
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue