Skip to content
Snippets Groups Projects
Commit 3888de23 authored by Peter Hill's avatar Peter Hill Committed by Brad King
Browse files

Ninja: Skip Fortran preprocessing if Fortran_PREPROCESS is OFF

If `Fortran_PREPROCESS` is explicitly turned off for a source file then
we know it does not need to be preprocessed.  Teach the Ninja generator
to skip preprocessing in this case.  Otherwise we still must preprocess
just in case.

Fixes: #18870
parent 66c4e872
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment