Skip to content

Commit

Permalink
libtrellis: Python 3.9 support
Browse files Browse the repository at this point in the history
Signed-off-by: David Shah <dave@ds0.me>
  • Loading branch information
gatecat committed Jan 27, 2020
1 parent feb331d commit 30ee6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libtrellis/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ if (BUILD_PYTHON)
endwhile ()

if (NOT Boost_PYTHON_FOUND)
foreach (PyVer 3 36 37 38)
foreach (PyVer 3 36 37 38 39)
find_package(Boost QUIET COMPONENTS python${PyVer} ${boost_libs})
if ("${Boost_LIBRARIES}" MATCHES ".*(python|PYTHON).*" )
set(Boost_PYTHON_FOUND TRUE)
Expand Down

0 comments on commit 30ee6f2

Please sign in to comment.