Changeset View
Changeset View
Standalone View
Standalone View
CMakeLists.txt
| Context not available. | |||||
| # Do this before main 'platform_*' checks, | # Do this before main 'platform_*' checks, | ||||
| # because UNIX will search for the old Python paths which may not exist. | # because UNIX will search for the old Python paths which may not exist. | ||||
| # giving errors about missing paths before this case is met. | # giving errors about missing paths before this case is met. | ||||
| if(DEFINED PYTHON_VERSION AND "${PYTHON_VERSION}" VERSION_LESS "3.10") | if(DEFINED PYTHON_VERSION AND "${PYTHON_VERSION}" VERSION_LESS "3.9") | ||||
| message(FATAL_ERROR "At least Python 3.10 is required to build, but found Python ${PYTHON_VERSION}") | message(FATAL_ERROR "At least Python 3.9 is required to build, but found Python ${PYTHON_VERSION}") | ||||
| endif() | endif() | ||||
| file(GLOB RESULT "${CMAKE_SOURCE_DIR}/release/scripts/addons") | file(GLOB RESULT "${CMAKE_SOURCE_DIR}/release/scripts/addons") | ||||
| Context not available. | |||||