mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 09:07:40 +00:00
rename additional build options #2709
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b50f8508f2
commit
48554f0fb6
8 changed files with 14 additions and 14 deletions
|
@ -241,8 +241,8 @@ list(APPEND Z3_COMPONENT_EXTRA_INCLUDE_DIRS
|
|||
################################################################################
|
||||
# GNU multiple precision library support
|
||||
################################################################################
|
||||
option(USE_LIB_GMP "Use GNU Multiple Precision Library" OFF)
|
||||
if (USE_LIB_GMP)
|
||||
option(Z3_USE_LIB_GMP "Use GNU Multiple Precision Library" OFF)
|
||||
if (Z3_USE_LIB_GMP)
|
||||
# Because this is off by default we will make the configure fail if libgmp
|
||||
# can't be found
|
||||
find_package(GMP REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue