Skip to content

Commit

Permalink
lowered boost min version
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Feb 27, 2024
1 parent b45a145 commit 6e63289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/configure_boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ macro(configure_boost)
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
set(Boost_USE_STATIC_RUNTIME OFF)
set(BOOST_MIN_VERSION "1.80.0")
set(BOOST_MIN_VERSION "1.74.0")

if (DEFINED ENV{BOOST_ROOT})
set(Boost_NO_SYSTEM_PATHS ON)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages, Extension
from setuptools.command.build_ext import build_ext

__version__ = "0.3.10"
__version__ = "0.3.11"
HERE = Path(__file__).resolve().parent


Expand Down

0 comments on commit 6e63289

Please sign in to comment.