ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using CMAKE_Fortran_MODULE_DIRECTORY to initialize it.

This commit is contained in:
Brad King 2008-03-28 13:07:03 -04:00
parent 369379f0c6
commit 8c1a743027
1 changed files with 3 additions and 1 deletions

View File

@ -567,7 +567,9 @@ void cmTarget::DefineProperties(cmake *cm)
"and the compiler supports a module output directory this specifies " "and the compiler supports a module output directory this specifies "
"the directory in which the modules will be placed. " "the directory in which the modules will be placed. "
"When this property is not set the modules will be placed in the " "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 cm->DefineProperty
("XCODE_ATTRIBUTE_<an-attribute>", cmProperty::TARGET, ("XCODE_ATTRIBUTE_<an-attribute>", cmProperty::TARGET,