[cmake-developers] CMAKE_Fortran_STANDARD

Brad King brad.king at kitware.com
Wed Aug 12 09:52:41 EDT 2015


On 08/11/2015 09:44 AM, Alin Marin Elena wrote:
> Is possible to add something like CMAKE_Fortran_STANDARD on the same
> line with CMAKE_CXX_STANDARD

It should be possible.  Doing so will require someone with a deep
understanding of Fortran standards and the corresponding language
level flags across all the compiler vendors.  Proper introduction
of such a feature will also require a set of named features
as described in the cmake-compile-features(7) manual.  Feature
and flag tables will need to be built in the Modules/*/*.cmake
platform/compiler information modules.

-Brad



More information about the cmake-developers mailing list