Support CMake installations in paths containing spaces

This commit is contained in:
CensoredUsername 2016-06-27 23:39:51 +02:00
parent a0f572e98b
commit 37f0f67682

2
configure vendored
View File

@ -1725,7 +1725,7 @@ do
msg "configuring LLVM with:"
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"
fi