From d04a898ffec787a75846be8518a56bba5e9d47a9 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Thu, 4 Jun 2015 21:23:35 +0200 Subject: [PATCH] document fc module --- modules/fc.cmake | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/modules/fc.cmake b/modules/fc.cmake index 55379a4..76dd071 100644 --- a/modules/fc.cmake +++ b/modules/fc.cmake @@ -5,10 +5,22 @@ # If environment variable FCFLAGS is set, then the FCFLAGS are used # and no other flags are used or appended. # -# Defines:: +# Environment variables used:: +# +# FCFLAGS +# +# CMake variables used:: +# +# EXTRA_FCFLAGS +# +# CMake variables defined:: # # CMAKE_Fortran_MODULE_DIRECTORY (${PROJECT_BINARY_DIR}/include/fortran) # +# CMake variables modified:: +# +# CMAKE_Fortran_FLAGS +# # Example autocmake.cfg entry:: # # [fc]