Remove cmake debug messages

This commit is contained in:
tamasmeszaros 2019-10-22 16:42:40 +02:00
parent 9f9a40100f
commit 7f0c4fafe6

View File

@ -274,11 +274,9 @@ function(slic3r_remap_configs targets from_Cfg to_Cfg)
string(TOUPPER ${from_Cfg} from_CFG)
string(TOLOWER ${from_Cfg} from_cfg)
message(STATUS "remapping targets: ${targets}")
foreach(tgt ${targets})
if(TARGET ${tgt})
set_target_properties(${tgt} PROPERTIES MAP_IMPORTED_CONFIG_${from_CFG} ${to_Cfg})
message(STATUS "remap ${tgt} from ${from_Cfg} to ${to_Cfg}")
endif()
endforeach()
endfunction()