Skip to content

Commit

Permalink
Support CMake installations in paths containing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
CensoredUsername committed Jun 27, 2016
1 parent a0f572e commit 37f0f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37f0f67

Please sign in to comment.