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
39f112b7
Commit
39f112b7
authored
Oct 14, 2004
by
Bill Hoffman
Browse files
BUG: make sure all returns for ConvertToRelativeOutputPath get passed by ConvertToOutputPath
parent
9fe79b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmLocalGenerator.cxx
View file @
39f112b7
...
...
@@ -396,7 +396,7 @@ std::string cmLocalGenerator::ConvertToRelativeOutputPath(const char* p)
(
pathIn
[
0
]
!=
'/'
&&
pathIn
[
1
]
!=
':'
)
||
pathIn
.
find
(
".."
)
==
0
)
{
return
pathIn
;
return
cmSystemTools
::
ConvertToOutputPath
(
p
)
;
}
// do not use relative paths for network build trees
...
...
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