Lines Matching +full:- +full:- +full:installed
1 # The purpose of this file is to provide search mechanism for locating Zephyr in-work-tree package
2 # even when they are not installed into CMake package system
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
74 # The find package will also find ourself when searching using installed candidates.
75 # So avoid re-including unless NO_DEFAULT_PATH is set.