Lines Matching full:version
32 # - Zephyr-sdk : Version of a Zephyr-SDK
97 # Search for Zephyr SDK version 0.0.0 which does not exist, this is needed to
98 # return a list of compatible versions and find the best suited version that
103 … foreach(version config IN ZIP_LISTS Zephyr-sdk_CONSIDERED_VERSIONS Zephyr-sdk_CONSIDERED_CONFIGS)
104 if(NOT DEFINED Zephyr-sdk-${version}_DIR)
105 set(Zephyr-sdk-${version}_DIR ${config})
116 foreach(version ${Zephyr-sdk_CONSIDERED_VERSIONS})
117 cmake_path(GET Zephyr-sdk-${version}_DIR PARENT_PATH dir)
119 list(APPEND Zephyr-sdk ${version})
122 message(STATUS "Zephyr-sdk, version=${version}, dir=${dir}")
131 # Range not given, max out to ensure max version is not in effect.
135 # Loop over each found Zepher SDK version until one is found that is compatible.
140 # Find the path for the current version being checked and get the directory
145 # Then see if this version is compatible.
149 # A compatible version of the Zephyr SDK has been found which is the highest
150 # supported version, exit.
157 # This means no compatible Zephyr SDK versions were found, set the version
158 # back to the minimum version so that it is displayed in the error text.