diff options
author | Brad King <brad.king@kitware.com> | 2008-03-28 17:07:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-03-28 17:07:03 (GMT) |
commit | 8c1a74302777ca1cd90bc75ad8226eb673885d5c (patch) | |
tree | 5234c59957334914937741d19d09f1219c563046 /Source | |
parent | 369379f0c6fa6622d67722f7dd9c15d482ef2602 (diff) | |
download | CMake-8c1a74302777ca1cd90bc75ad8226eb673885d5c.zip CMake-8c1a74302777ca1cd90bc75ad8226eb673885d5c.tar.gz CMake-8c1a74302777ca1cd90bc75ad8226eb673885d5c.tar.bz2 |
ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using CMAKE_Fortran_MODULE_DIRECTORY to initialize it.
Diffstat (limited to 'Source')
-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, |