Search for python 3.7 as well

This commit is contained in:
baldurk
2018-11-12 10:35:04 +00:00
parent b7ddd9d259
commit 4b82db76e7
+1 -1
View File
@@ -61,7 +61,7 @@ else()
endif()
# Make sure Python 3 is found
set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6)
set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7)
find_package(PythonInterp 3 REQUIRED)
find_package(PythonLibs 3 REQUIRED)
# we also need python3-config for swig