Merge topic 'fortran-preprocess-property'

3888de23da Ninja: Skip Fortran preprocessing if Fortran_PREPROCESS is OFF
66c4e87282 Ninja: Add helper functions to generate Fortran build
5cca1ec893 Ninja: Add helper functions to generate Fortran preprocess rule
b0a6161190 Fortran: Add Fortran_PREPROCESS property

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4659
This commit is contained in:
Brad King
2020-05-22 14:34:53 +00:00
committed by Kitware Robot
38 changed files with 489 additions and 141 deletions

View File

@@ -0,0 +1,8 @@
CMAKE_Fortran_PREPROCESS
------------------------
Default value for :prop_tgt:`Fortran_PREPROCESS` of targets.
This variable is used to initialize the :prop_tgt:`Fortran_PREPROCESS`
property on all the targets. See that target property for additional
information.