Reflect python 3.11 requirement for shader build script in CMake

This commit is contained in:
Lukas Meller 2025-06-21 14:51:16 +02:00
parent 54b56c6b13
commit ffeb0a2669

View File

@ -26,7 +26,7 @@ else()
endif()
find_program(SDL_SHADERCROSS_BIN NAMES "shadercross")
find_package(Python3 COMPONENTS Interpreter)
find_package(Python3 3.11 COMPONENTS Interpreter)
option(ISLE_BUILD_APP "Build isle application" ON)
option(ISLE_ASAN "Enable Address Sanitizer" OFF)