diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-09-13 14:59:38 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-13 14:59:38 +1000 |
commit | 63d2f4d8778fc3b01f283ee7e08daf93964cb5ba (patch) | |
tree | 1f7ae3997733956c78adb16627d9aca2bf22d4b2 /cmake | |
parent | 5fe0272dbd8bdf95c38e68274842011e05ad3167 (diff) | |
parent | 2e6e702de0e5c630a4e7549ad85f587d43c8bd48 (diff) |
Merge pull request #25608 from fuzzard/depends_py3.12
[tools/depends] Bump Python 3.12.5
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/modules/FindPython.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindPython.cmake b/cmake/modules/FindPython.cmake index 3fc61da50c..7874b28187 100644 --- a/cmake/modules/FindPython.cmake +++ b/cmake/modules/FindPython.cmake @@ -30,7 +30,7 @@ if(NOT TARGET ${APP_NAME_LC}::${CMAKE_FIND_PACKAGE_NAME}) if(KODI_DEPENDSBUILD) # Force set to tools/depends python version - set(PYTHON_VER 3.11) + set(PYTHON_VER 3.12) endif() endif() |