Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-06-28 16:17:51 +0300
committerJeroen Bakker <jeroen@blender.org>2021-06-28 16:17:51 +0300
commit0b3caae8a70a9bd66557011f8f666e9684e6c75c (patch)
tree8cc19f1a9ec637b44b585f99f6f82388e31d394f /CMakeLists.txt
parentb1d5950471b8d526993d7b6f1e56facd9503733a (diff)
parentb964f73e7dc435b8b455b4ffbef7132aaeef1e0d (diff)
Merge commit 'master@{1-day-ago}' into tmp-vulkan
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d09c54e20be..052cd87d9b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -841,7 +841,7 @@ if(WITH_PYTHON)
# because UNIX will search for the old Python paths which may not exist.
# giving errors about missing paths before this case is met.
if(DEFINED PYTHON_VERSION AND "${PYTHON_VERSION}" VERSION_LESS "3.9")
- message(FATAL_ERROR "At least Python 3.9 is required to build")
+ message(FATAL_ERROR "At least Python 3.9 is required to build, but found Python ${PYTHON_VERSION}")
endif()
file(GLOB RESULT "${CMAKE_SOURCE_DIR}/release/scripts/addons")