ENH: Add note to Fortran_MODULE_DIRECTORY property documentation about using CMAKE_Fortran_MODULE_DIRECTORY to initialize it.
This commit is contained in:
parent
369379f0c6
commit
8c1a743027
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue