Skip to content

Commit

Permalink
Support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nixprime committed Sep 8, 2018
1 parent aa260ab commit 0382d25
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 @@ -22,7 +22,7 @@ find_package(Boost REQUIRED COMPONENTS program_options)
include_directories(${Boost_INCLUDE_DIRS})

if(PY3)
set(Python_ADDITIONAL_VERSIONS 3.6 3.5 3.4 3.3)
set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 3.4 3.3)
find_package(PythonInterp 3 REQUIRED)
else()
set(Python_ADDITIONAL_VERSIONS 2.7 2.6)
Expand Down

0 comments on commit 0382d25

Please sign in to comment.