mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Remove cmake debug messages
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user