Skip to content
Snippets Groups Projects
Commit 226080a3 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[+] More versions for support

parent 4a15aca6
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ endif() ...@@ -19,7 +19,7 @@ endif()
file(GLOB CORE_SRCS src/*.c) file(GLOB CORE_SRCS src/*.c)
file(GLOB CORE_HEADERS src/*.h) file(GLOB CORE_HEADERS src/*.h)
set(Python_ADDITIONAL_VERSIONS 3.7) set(Python_ADDITIONAL_VERSIONS 3.7 3.6 3.5 3.4)
find_package (PythonLibs REQUIRED) find_package (PythonLibs REQUIRED)
include_directories(${PYTHON_INCLUDE_DIR}) include_directories(${PYTHON_INCLUDE_DIR})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment