another cleanup

This commit is contained in:
tamasmeszaros 2019-10-22 17:04:32 +02:00
parent 7f0c4fafe6
commit 8961e68f5e

View File

@ -272,7 +272,6 @@ endif()
function(slic3r_remap_configs targets from_Cfg to_Cfg) function(slic3r_remap_configs targets from_Cfg to_Cfg)
string(TOUPPER ${from_Cfg} from_CFG) string(TOUPPER ${from_Cfg} from_CFG)
string(TOLOWER ${from_Cfg} from_cfg)
foreach(tgt ${targets}) foreach(tgt ${targets})
if(TARGET ${tgt}) if(TARGET ${tgt})