summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-07-25 17:55:44 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-07-25 17:55:56 (GMT)
commitc96cb57e8e660f24e4c677bf764aaebfcedd9ead (patch)
tree14ae437258c1faac476cfc5a188118a2a7abef7e /Source/cmTarget.cxx
parent742c44f4c501d7908e16c1c8e183550c383582f3 (diff)
parentc172eecea64154bdc3de4aa64a31771268e8d1da (diff)
downloadCMake-c96cb57e8e660f24e4c677bf764aaebfcedd9ead.zip
CMake-c96cb57e8e660f24e4c677bf764aaebfcedd9ead.tar.gz
CMake-c96cb57e8e660f24e4c677bf764aaebfcedd9ead.tar.bz2
Merge topic 'property-typo-fix'
c172eecea6 cmTarget: Restore Fortran_PREPROCESS property initialization Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8654
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r--Source/cmTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx
index b81eec5..1281bc6 100644
--- a/Source/cmTarget.cxx
+++ b/Source/cmTarget.cxx
@@ -420,7 +420,7 @@ TargetProperty const StaticTargetProperties[] = {
{ "Fortran_FORMAT"_s, IC::CanCompileSources },
{ "Fortran_MODULE_DIRECTORY"_s, IC::CanCompileSources },
{ "Fortran_COMPILER_LAUNCHER"_s, IC::CanCompileSources },
- { "Fortran_PREPRPOCESS"_s, IC::CanCompileSources },
+ { "Fortran_PREPROCESS"_s, IC::CanCompileSources },
{ "Fortran_VISIBILITY_PRESET"_s, IC::CanCompileSources },
// ---- HIP
COMMON_LANGUAGE_PROPERTIES(HIP),