Lines Matching full:search
82 The Zephyr CMake package search functionality allows for explicitly specifying
91 This syntax instructs CMake to first search for Zephyr using the Zephyr base environment setting
92 :envvar:`ZEPHYR_BASE` and then use the normal search paths.
96 Zephyr CMake Package Search Order
185 CMake will search all exported candidates to find a Zephyr installation which matches this version
342 in the appropriate location. The CMake ``find_package`` mechanism will search for these files with
343 the steps below. Other default CMake package search paths and hints are disabled and there is no
345 installed in the CMake package registry. The search steps are:
348 search within this prefix path. If a matching file is found, execute this file. If no matching
350 2. Search within ``${ZEPHYR_BASE}/../*``, or ``${APPLICATION_SOURCE_DIR}`` respectively. If a
351 matching file is found, execute this file. If no matching file is found, abort the search.
361 to the search path. These prefixes get combined with additional path suffixes, which together
362 form the actual search path. Any combination that honors the
363 `CMake package search procedure`_ is valid and will work.
365 If you want to completely disable the search for these packages, you can use the special CMake
450 .. _CMake package search procedure: https://cmake.org/cmake/help/latest/command/find_package.html#s…