mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
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
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user