Skip to content

Commit

Permalink
[CI] Github-action boxes doesn't support 1.83 yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
fghoussen committed Aug 20, 2023
1 parent aedbac9 commit 0321ea3
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 @@ -82,7 +82,7 @@ if (PYTHON3)

find_package(PythonInterp 3 REQUIRED)
find_package(PythonLibs 3 REQUIRED)
find_package(Boost 1.83 COMPONENTS python${BOOST_PYTHON_LIBSUFFIX} numpy${BOOST_PYTHON_LIBSUFFIX} REQUIRED)
find_package(Boost 1.8 COMPONENTS python${BOOST_PYTHON_LIBSUFFIX} numpy${BOOST_PYTHON_LIBSUFFIX} REQUIRED)

set(EIGEN "ON")
endif ()
Expand Down

0 comments on commit 0321ea3

Please sign in to comment.