Lines Matching refs:CMake
5 # This CMake module will load all Zephyr CMake modules in correct order for
9 # See individual CMake module descriptions
13 # The code line below defines the real minimum supported CMake version.
15 # Unfortunately CMake requires the toplevel CMakeLists.txt file to define the
16 # required version, not even invoking it from a CMake module is sufficient.
22 # Different CMake versions can have very subtle differences, for
23 # instance CMake 3.21 links object files in a different order compared
24 # to CMake 3.20; this produces different binaries.
25 message(STATUS "CMake version: ${CMAKE_VERSION}")
53 # Test and error-out if we are affected by the PyPI CMake 3.22.1 / 3.22.2 bug
58 message(FATAL_ERROR "The CMake version ${CMAKE_VERSION} installed suffers"
62 "Please install another CMake version or use a build of CMake that"
120 "Subcomponent '${component}' not default module for Zephyr CMake build system.\n"
137 # All requested Zephyr CMake modules have been loaded, so let's return.