Lines Matching +full:- +full:- +full:quiet
1 # The purpose of this file is to provide search mechanism for locating Zephyr in-work-tree package
14 # `Zephyr_DIR-NOTFOUND` or pointing to the Zephyr package including the
43 # - ZEPHYR_BASE : Use the specified ZEPHYR_BASE directly.
44 # - WORKSPACE_DIR : Search for projects in specified workspace.
45 # - SEARCH_PARENTS : Search parent folder of current source file (application)
46 # to locate in-project-tree Zephyr candidates.
47 # - CHECK_ONLY : Only set PACKAGE_VERSION_COMPATIBLE to false if a better candidate
49 # - VERSION_CHECK : This is the version check stage by CMake find package
50 # - CANDIDATES_PREFERENCE_LIST : List of candidate to be preferred, if installed
72 find_package(Zephyr 0.0.0 EXACT QUIET ${SEARCH_SETTINGS})
75 # So avoid re-including unless NO_DEFAULT_PATH is set.