Remove cmake debug messages
This commit is contained in:
parent
9f9a40100f
commit
7f0c4fafe6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user