mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
configure: only req CMake if we're building LLVM
CMake is only necessary if LLVM is going to be built and not in any other case. Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
This commit is contained in:
parent
f50dbd580f
commit
e39c8d6dc8
3
configure
vendored
3
configure
vendored
@ -848,7 +848,10 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# For building LLVM
|
# For building LLVM
|
||||||
|
if [ -z "$CFG_LLVM_ROOT" ]
|
||||||
|
then
|
||||||
probe_need CFG_CMAKE cmake
|
probe_need CFG_CMAKE cmake
|
||||||
|
fi
|
||||||
|
|
||||||
# On MacOS X, invoking `javac` pops up a dialog if the JDK is not
|
# On MacOS X, invoking `javac` pops up a dialog if the JDK is not
|
||||||
# installed. Since `javac` is only used if `antlr4` is available,
|
# installed. Since `javac` is only used if `antlr4` is available,
|
||||||
|
Loading…
Reference in New Issue
Block a user