Lines Matching +full:python +full:- +full:version
1 # SPDX-License-Identifier: Apache-2.0
13 # The code line below defines the real minimum supported CMake version.
16 # required version, not even invoking it from a CMake module is sufficient.
18 cmake_minimum_required(VERSION 3.20.0)
25 message(STATUS "CMake version: ${CMAKE_VERSION}")
40 # Find and execute application-specific build configuration
53 # Test and error-out if we are affected by the PyPI CMake 3.22.1 / 3.22.2 bug
55 # It seems only pip-installed builds are affected so we test to see if we are affected
58 message(FATAL_ERROR "The CMake version ${CMAKE_VERSION} installed suffers"
60 "https://gitlab.kitware.com/cmake/cmake/-/issues/23187\n"
61 "https://github.com/scikit-build/cmake-python-distributions/issues/221\n"
62 "Please install another CMake version or use a build of CMake that"
69 list(APPEND zephyr_cmake_modules python)
74 list(APPEND zephyr_cmake_modules version)
104 # Include board specific device-tree flags before parsing.