diff options
author | jenkins4kodi <jenkins4kodi@users.noreply.github.com> | 2021-11-06 13:30:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-06 13:30:22 -0700 |
commit | a9d7a658e20a1d11a1282fc5bc6ee7111adef8d3 (patch) | |
tree | d498b48cbc447241e3a0c86458888088ee5e6c9e /CMakeLists.txt | |
parent | c82dcac90fa7112b657b42c587fa13ee38ebbb4c (diff) | |
parent | dd3986495576ba004f42663461e52699a01caa80 (diff) |
Merge pull request #20340 from fuzzard/depends_python_3.9.7
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0314ee42a1..cb5d0854c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -238,6 +238,7 @@ add_custom_command(OUTPUT ${CORE_BUILD_DIR}/xbmc/CompileInfo.cpp -DAPP_COPYRIGHT_YEARS=${APP_COPYRIGHT_YEARS} -DAPP_BUILD_DATE=${APP_BUILD_DATE} -DAPP_SHARED_LIBRARY_SUFFIX="${APP_SHARED_LIBRARY_SUFFIX}" + -DPYTHON_VERSION=${PYTHON_VERSION} -Dprefix=${CMAKE_BINARY_DIR}/${CORE_BUILD_DIR} -P ${CMAKE_SOURCE_DIR}/cmake/scripts/common/GenerateVersionedFiles.cmake DEPENDS ${CMAKE_SOURCE_DIR}/version.txt |