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
1 changed files with 4 additions and 1 deletions
5
configure
vendored
5
configure
vendored
|
@ -848,7 +848,10 @@ then
|
|||
fi
|
||||
|
||||
# For building LLVM
|
||||
probe_need CFG_CMAKE cmake
|
||||
if [ -z "$CFG_LLVM_ROOT" ]
|
||||
then
|
||||
probe_need CFG_CMAKE cmake
|
||||
fi
|
||||
|
||||
# On MacOS X, invoking `javac` pops up a dialog if the JDK is not
|
||||
# installed. Since `javac` is only used if `antlr4` is available,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue