samples: make find_package(Zephyr...) REQUIRED
This provides a better error message when building with CMake and forgetting ZEPHYR_BASE or not registering Zephyr in the CMake package registry. See parent commit for more details (split from parent for better readability). Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
parent
debade9121
commit
2cd51a33ce
239 changed files with 239 additions and 239 deletions
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
cmake_minimum_required(VERSION 3.13.1)
|
||||
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
|
||||
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
||||
project(peripheral)
|
||||
|
||||
target_sources(app PRIVATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue