summaryrefslogtreecommitdiffstats
path: root/Source/cmCommonTargetGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-09-06 16:35:00 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-09-06 16:35:49 (GMT)
commit45e90f62dd422a93b14b5ed9d49d26a51116d4fd (patch)
treebedf2d42c1d4c73b42935469c02f04f894cd07a8 /Source/cmCommonTargetGenerator.cxx
parent32c9ab8a1ba1dc55275aaad4285f0006ee8d4ea0 (diff)
parent5acf0de1feb83a8ec5d8f1348091501919b17cad (diff)
downloadCMake-45e90f62dd422a93b14b5ed9d49d26a51116d4fd.zip
CMake-45e90f62dd422a93b14b5ed9d49d26a51116d4fd.tar.gz
CMake-45e90f62dd422a93b14b5ed9d49d26a51116d4fd.tar.bz2
Merge topic 'simplify-AppendFlags'
5acf0de1fe cmLocalGenerator: Remove AppendFlags 'const char*' overload Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3786
Diffstat (limited to 'Source/cmCommonTargetGenerator.cxx')
-rw-r--r--Source/cmCommonTargetGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCommonTargetGenerator.cxx b/Source/cmCommonTargetGenerator.cxx
index 49db505..54443f2 100644
--- a/Source/cmCommonTargetGenerator.cxx
+++ b/Source/cmCommonTargetGenerator.cxx
@@ -90,7 +90,7 @@ void cmCommonTargetGenerator::AppendFortranFormatFlags(
}
if (var) {
this->LocalCommonGenerator->AppendFlags(
- flags, this->Makefile->GetDefinition(var));
+ flags, this->Makefile->GetSafeDefinition(var));
}
}