Skip to content

Commit 37f0f67

Browse files
Support CMake installations in paths containing spaces
1 parent a0f572e commit 37f0f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ do
17251725
msg "configuring LLVM with:"
17261726
msg "$CMAKE_ARGS"
17271727

1728-
(cd $LLVM_BUILD_DIR && eval "$CFG_CMAKE" $CMAKE_ARGS)
1728+
(cd $LLVM_BUILD_DIR && eval "\"$CFG_CMAKE\"" $CMAKE_ARGS)
17291729
need_ok "LLVM cmake configure failed"
17301730
fi
17311731

0 commit comments

Comments
 (0)