Skip to content

Commit

Permalink
Add search for boost::python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Jul 16, 2018
1 parent 407790f commit 60a5868
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 @@ -17,7 +17,7 @@ endif()
if (WIN32)
find_package(Boost REQUIRED COMPONENTS python3)
elseif (APPLE)
foreach (PYTHON_NAME python3 python36)
foreach (PYTHON_NAME python3 python36 python37)
find_package(Boost QUIET COMPONENTS ${PYTHON_NAME})
if (${Boost_FOUND})
break()
Expand Down

0 comments on commit 60a5868

Please sign in to comment.