mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
Reflect python 3.11 requirement for shader build script in CMake (#363)
This commit is contained in:
parent
54b56c6b13
commit
510d6f312a
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user