Lines Matching refs:will
69 This will export the current Zephyr to the CMake user package registry.
100 the following criteria will be used:
102 * A Zephyr repository application will use the Zephyr in which it is located.
111 in this example, ``hello_world`` will use ``<projects>/zephyr-workspace/zephyr``.
114 * Zephyr workspace application will use the Zephyr that share the same workspace.
125 in this example, ``my_first_app`` will use ``<projects>/zephyr-workspace/zephyr`` as this Zephyr
132 * Zephyr freestanding application will use the Zephyr registered in the CMake user package registry.
150 registry and therefore this Zephyr will be used by the Zephyr freestanding application
160 The Zephyr package selected on the first CMake invocation will be used for all subsequent
184 will require ``app`` to be built with Zephyr 2.2.0 as minimum.
185 CMake will search all exported candidates to find a Zephyr installation which matches this version
236 then an error similar to below will be printed:
251 application will only build if the Zephyr repository or workspace is matching.
286 This means that ``my_first_app`` will use ``<projects>/zephyr-workspace/zephyr``.
302 ``find_package(Zephyr)`` will continue to the next candidate.
332 The Zephyr Build Configuration CMake packages will be loaded in the Zephyr boilerplate code after
342 in the appropriate location. The CMake ``find_package`` mechanism will search for these files with
363 `CMake package search procedure`_ is valid and will work.