diff --git a/CMakeLists.txt b/CMakeLists.txt index 31d2b7c8a..dde5a51f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -272,7 +272,6 @@ endif() function(slic3r_remap_configs targets from_Cfg to_Cfg) string(TOUPPER ${from_Cfg} from_CFG) - string(TOLOWER ${from_Cfg} from_cfg) foreach(tgt ${targets}) if(TARGET ${tgt})