Lines Matching full:version
3 # This file provides Zephyr Config Package version information.
5 # The purpose of the version file is to ensure that CMake find_package can correctly locate a
8 # Checking for version 0.0.0 is a way to allow other Zephyr installation to determine if there is a…
10 # Version 0.0.0 indicates that we should just return, in order to obtain our path.
20 message("\n ${CMAKE_CURRENT_LIST_FILE}, version: ${PACKAGE_VERSION}\n")
27 … future, this is the place to update in case Zephyr 3.x is not backward compatible with version 2.x
53 # meaning the package version must be ignored and the Zephyr pointed to by
54 # ZEPHYR_BASE is to be used regardless of version.
59 include(${ZEPHYR_BASE}/cmake/modules/version.cmake)
60 # Zephyr uses project version, but CMake package uses PACKAGE_VERSION
65 # We are included, so we need to ensure that the version of the top-level
66 # package file is returned. This Zephyr version has already been printed
72 # (IS_INCLUDED=True), then we are unable to retrieve the version of the
80 # User has pointed to a different Zephyr installation, so don't use this version
90 …emporary set local Zephyr base to allow using version.cmake to find this Zephyr repository current…
93 # Tell version.cmake to not print as printing version for all Zephyr installations being tested
96 include(${ZEPHYR_BASE}/cmake/modules/version.cmake)
97 # Zephyr uses project version, but CMake package uses PACKAGE_VERSION
101 # Do we share common index, if so, this is the correct version to check.
120 # We are the best candidate, so let's check our own version.
131 # real version checking.
140 # Let's do basic CMake version checking.