diff options
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
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), |