Skip to content

VS generator: default VS-project type for Fortran-only projects is .vfproj

Javier Martín requested to merge Habbit/cmake:vfproj into master

For CMake projects in which only Fortran has been enabled, make the VS generator create the "support" VS projects (INSTALL, ZERO-CHECK, etc.) as Fortran projects (.vfproj) instead of Visual C/C++ projects (.vcproj).

Topic-rename: vs-util-vfproj

Merge request reports