Fix macOS not auto updating cmake cache for Python 3.11

This commit is contained in:
Brecht Van Lommel 2024-01-08 13:13:28 +01:00
parent 0e4da8d55f
commit df43c8e7ef
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ endif()
# Detect Python 3.10 to 3.11 upgrade for Blender 4.1.
if(UNIX AND
(NOT APPLE) AND
LIBDIR AND
EXISTS ${LIBDIR} AND
EXISTS ${LIBDIR}/python/bin/python3.11 AND