Skip to content

Commit

Permalink
build with older Python3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaempf committed Jul 3, 2018
1 parent 62912da commit 758660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ enable_testing()
add_subdirectory(tests)

IF( BUILD_PYTHON3 )
set(Python_ADDITIONAL_VERSIONS 3.6 3.5)
set(Python_ADDITIONAL_VERSIONS 3.6 3.5 3.4)
ELSE( BUILD_PYTHON3 )
set(Python_ADDITIONAL_VERSIONS 2.7 2.6)
ENDIF( BUILD_PYTHON3 )
Expand Down

0 comments on commit 758660f

Please sign in to comment.