You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ option(MPPP_WITH_ARB "Enable features relying on Arb." OFF)
35
35
option(MPPP_WITH_MPC"Enable features relying on MPC."OFF)
36
36
option(MPPP_WITH_QUADMATH"Enable features relying on libquadmath (e.g., the real128 type)."OFF)
37
37
option(MPPP_WITH_BOOST_S11N"Enable features relying on the Boost.Serialization library."OFF)
38
+
option(MPPP_WITH_FMT"Enable support for the fmt library."OFF)
38
39
option(MPPP_TEST_PYBIND11"Build tests for the pybind11 integration utilities (effective only if MPPP_BUILD_TESTS is TRUE, requires pybind11 and Python).")
39
40
mark_as_advanced(MPPP_TEST_PYBIND11)
40
41
option(MPPP_BUILD_STATIC_LIBRARY"Build mp++ as a static library, instead of dynamic."OFF)
0 commit comments