Skip to content
Snippets Groups Projects
Commit ff0fb8c8 authored by Ian Bell's avatar Ian Bell
Browse files

Don't include boost::multiprecision

parent 64a5cea8
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,8 @@ endif() ...@@ -114,6 +114,8 @@ endif()
if (TEQP_MULTIPRECISION_ENABLED) if (TEQP_MULTIPRECISION_ENABLED)
add_definitions(-DTEQP_MULTIPRECISION_ENABLED) add_definitions(-DTEQP_MULTIPRECISION_ENABLED)
else()
add_definitions(-DMULTICOMPLEX_NO_MULTIPRECISION)
endif() endif()
if (NOT TEQP_NO_PYTHON) if (NOT TEQP_NO_PYTHON)
......
Subproject commit 70720c3e08853fe537b48e5321924c9b8eab4c7e Subproject commit 498573807d0be86922b7783050f5e2580ffa37f6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment