Reflect python 3.11 requirement for shader build script in CMake (#363)

This commit is contained in:
Lukas 2025-06-21 15:17:50 +02:00 committed by GitHub
parent 54b56c6b13
commit 510d6f312a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)