Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
0dac20cd
Commit
0dac20cd
authored
Feb 01, 2008
by
Brad King
Browse files
BUG: Fixed typo resulting in confusing error message from cmExportInstallFileGenerator.
parent
593c213f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmExportInstallFileGenerator.cxx
View file @
0dac20cd
...
...
@@ -269,7 +269,7 @@ cmExportInstallFileGenerator
cmOStringStream
e
;
e
<<
"INSTALL(EXPORT
\"
"
<<
this
->
Name
<<
"
\"
...) "
<<
"includes target
\"
"
<<
depender
->
GetName
()
<<
"
\"
which requires target
\"
"
<<
depende
r
->
GetName
()
<<
"
\"
which requires target
\"
"
<<
depende
e
->
GetName
()
<<
"
\"
that is not in the export set."
;
cmSystemTools
::
Error
(
e
.
str
().
c_str
());
}
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