mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[vtk] remove some debug messages
This commit is contained in:
parent
dd9f27100d
commit
6d73c73b21
@ -8,12 +8,9 @@ function(split_library_configurations LIBRARIES OPTIMIZED_OUT_VAR DEBUG_OUT_VAR
|
||||
|
||||
set(CURRENT_TYPE)
|
||||
foreach(LIBRARY ${LIBRARIES})
|
||||
message(STATUS "LIB ${LIBRARY}:")
|
||||
if("${LIBRARY}" STREQUAL "optimized" OR "${LIBRARY}" STREQUAL "debug" OR "${LIBRARY}" STREQUAL "general")
|
||||
set(CURRENT_TYPE "${LIBRARY}")
|
||||
message(STATUS "SET CURRENT_TYPE: ${CURRENT_TYPE}")
|
||||
else()
|
||||
message(STATUS "ADD TO ${CURRENT_TYPE}")
|
||||
if("${CURRENT_TYPE}" STREQUAL "optimized")
|
||||
list(APPEND OPTIMIZED_LIBRARIES "${LIBRARY}")
|
||||
elseif("${CURRENT_TYPE}" STREQUAL "debug")
|
||||
|
Loading…
x
Reference in New Issue
Block a user