Skip to content

Commit

Permalink
Turning off boost dependency by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Triton Library committed Jul 4, 2024
1 parent 674485c commit 3a39d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ option(GCOV "Enable code coverage"
option(LLVM_INTERFACE "Use LLVM for lifting" OFF)
option(MSVC_STATIC "Use statically-linked runtime library" OFF)
option(Z3_INTERFACE "Use Z3 as SMT solver" ON)
option(BOOST_INTERFACE "Use Boost as multiprecision library" ON)
option(BOOST_INTERFACE "Use Boost as multiprecision library" OFF)
option(PYTHON_BINDINGS_AUTOCOMPLETE "Generate an autocomplete stub file" OFF)

# Define cmake dependent options
Expand Down

0 comments on commit 3a39d48

Please sign in to comment.