From 226080a34304743dd3041048de8304014831bf7b Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Mon, 23 Dec 2019 15:49:46 +0700 Subject: [PATCH] [+] More versions for support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a955451..d802516 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ endif() file(GLOB CORE_SRCS src/*.c) 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) include_directories(${PYTHON_INCLUDE_DIR}) -- GitLab