diff --git a/pre/remap_restart/remap_utils.py b/pre/remap_restart/remap_utils.py index 5c6ec9d..a881c11 100755 --- a/pre/remap_restart/remap_utils.py +++ b/pre/remap_restart/remap_utils.py @@ -17,8 +17,8 @@ #During cmake step, the string will be changed according to the system -BUILT_ON_SLES15 = "TRUE" -GEOS_SITE = "NCCS" +BUILT_ON_SLES15 = "@BUILT_ON_SLES15@" +GEOS_SITE = "@GEOS_SITE@" if BUILT_ON_SLES15 == "TRUE": BUILT_ON_SLES15 = True