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
621c84f9
Commit
621c84f9
authored
Aug 23, 2005
by
Bill Hoffman
Browse files
make sure correct path type is used
parent
d13e654b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/cmFileCommand.cxx
View file @
621c84f9
...
...
@@ -648,7 +648,7 @@ bool cmFileCommand::HandleInstallCommand(
#if defined(__APPLE_CC__)
{
std
::
string
ranlib
=
"ranlib "
;
ranlib
+=
destfile
;
ranlib
+=
cmSystemTools
::
ConvertToOutputPath
(
destfile
.
c_str
())
;
if
(
!
cmSystemTools
::
RunSingleCommand
(
ranlib
.
c_str
()))
{
std
::
string
err
=
"ranlib failed: "
;
...
...
Write
Preview
Supports
Markdown
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