Skip to content

CMakeAddFortranSubdirectory: Simplfy logic to always build subdir

Brad King requested to merge brad.king/cmake:vs-16.4-fortran-subdir into master

In the case that we use ExternalProject_Add to drive the subdirectory build, replace the forcebuild step with the official BUILD_ALWAYS option.

Issue: #20179 (closed)
Topic-rename: fortran-subdir-simplify

Edited by Brad King

Merge request reports