Skip to content

Commit

Permalink
Add python36 to Boost.Python finder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Blanco Alonso authored and hernando committed Mar 13, 2020
1 parent 8b69d72 commit 935807c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChoosePython.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if(${USE_PYTHON_VERSION} STREQUAL auto)
# Finding Boost first if needed because if the Python3 interpreter is found
# first there's no way back.
if(NOT CHOOSE_PYTHON_IGNORE_BOOST)
foreach(__suffix 3 38 -py38 37 -py37 -py36 -py35 -py34 )
foreach(__suffix 3 38 -py38 37 -py37 36 -py36 -py35 -py34 )
find_package(Boost COMPONENTS python${__suffix} QUIET)
if(Boost_FOUND)
string(TOUPPER ${__suffix} __boost_python_library_suffix)
Expand Down

0 comments on commit 935807c

Please sign in to comment.