projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b0870f
)
cmake: Add Java runtime as required dependency (required for ANTLR).
author
Mathias Preiner
<mathias.preiner@gmail.com>
Thu, 6 Sep 2018 23:46:37 +0000
(16:46 -0700)
committer
Mathias Preiner
<mathias.preiner@gmail.com>
Sat, 22 Sep 2018 23:30:59 +0000
(16:30 -0700)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f46d3ce301e183d4ea6ff774727283ecb656bd67..686c7b514bf1b607adb387b8ba3db99961e1f0cd 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-286,6
+286,9
@@
find_package(PythonInterp REQUIRED)
set(ANTLR_HOME ${ANTLR_DIR})
find_package(ANTLR REQUIRED)
+# Java runtime is required for ANTLR
+find_package(Java COMPONENTS Runtime REQUIRED)
+
set(GMP_HOME ${GMP_DIR})
find_package(GMP REQUIRED)
libcvc4_link_libraries(${GMP_LIBRARIES})