Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CMake
CMake
Commits
e8f1d7f0
Commit
e8f1d7f0
authored
Mar 13, 2012
by
Brad King
Committed by
Kitware Robot
Mar 13, 2012
Browse files
Options
Browse Files
Download
Plain Diff
Merge topic 'doc-Fortran-mod-dir-issue-13034'
54604ee7
Document Fortran_MODULE_DIRECTORY as OUTPUT only (
#13034
)
parents
d4c0aab0
54604ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
Source/cmTarget.cxx
Source/cmTarget.cxx
+6
-1
No files found.
Source/cmTarget.cxx
View file @
e8f1d7f0
...
...
@@ -982,7 +982,12 @@ void cmTarget::DefineProperties(cmake *cm)
"When this property is not set the modules will be placed in the "
"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."
);
"is created its value is used to initialize this property."
"
\n
"
"Note that some compilers will automatically search the module output "
"directory for modules USEd during compilation but others will not. "
"If your sources USE modules their location must be specified by "
"INCLUDE_DIRECTORIES regardless of this property."
);
cm
->
DefineProperty
(
"GNUtoMS"
,
cmProperty
::
TARGET
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment