diff options
-rw-r--r-- | Source/cmTarget.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 53341f7..ee2930e 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -567,7 +567,9 @@ void cmTarget::DefineProperties(cmake *cm) "and the compiler supports a module output directory this specifies " "the directory in which the modules will be placed. " "When this property is not set the modules will be placed in the " - "build directory corresponding to the target's source directory."); + "build directory corresponding to the target's source directory. " + "If the variable CMAKE_Fortran_MODULE_DIRECTORY is set when a target " + "is created its value is used to initialize this property."); cm->DefineProperty ("XCODE_ATTRIBUTE_<an-attribute>", cmProperty::TARGET, |