From 8b52ff39fa9fd4b333ebd786fad8792a4086ccf6 Mon Sep 17 00:00:00 2001 From: fuzzard Date: Fri, 31 Jul 2020 12:27:24 +1000 Subject: [tools/depends] Python 3.8.5 patches updated for target platforms native python updated to 3.8.5 to accomodate change in pgen references to python3.7 updated to python3.8 updated pythonmodules builds to build against 3.8 Use official APIs for accessing interpreter list (PyInterpreterState_ThreadHead, PyThreadState_Next) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c01a9479a..2ccaaaf098 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ find_package(JsonSchemaBuilder REQUIRED) core_optional_dep(${optional_deps}) core_require_dep(${required_deps}) -SET(PYTHON_VERSION 3.7) +SET(PYTHON_VERSION 3.8) if(ENABLE_MARIADBCLIENT AND NOT ENABLE_MARIADBCLIENT STREQUAL AUTO AND ENABLE_MYSQLCLIENT AND NOT ENABLE_MYSQLCLIENT STREQUAL AUTO) MESSAGE(FATAL_ERROR "You can not use MySql and MariaDB at the same time. Disable one by adding -DENABLE_MYSQLCLIENT=OFF or -DENABLE_MARIADBCLIENT=OFF.") -- cgit v1.2.3