Support CMake installations in paths containing spaces
This commit is contained in:
parent
a0f572e98b
commit
37f0f67682
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1725,7 +1725,7 @@ do
|
||||||
msg "configuring LLVM with:"
|
msg "configuring LLVM with:"
|
||||||
msg "$CMAKE_ARGS"
|
msg "$CMAKE_ARGS"
|
||||||
|
|
||||||
(cd $LLVM_BUILD_DIR && eval "$CFG_CMAKE" $CMAKE_ARGS)
|
(cd $LLVM_BUILD_DIR && eval "\"$CFG_CMAKE\"" $CMAKE_ARGS)
|
||||||
need_ok "LLVM cmake configure failed"
|
need_ok "LLVM cmake configure failed"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue