commit | e1c1d1dacae484f48ef11d0a2bc56609bf370f0e | [log] [tgz] |
---|---|---|
author | Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> | Fri May 29 22:17:26 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Jun 12 11:10:23 2020 +0200 |
tree | a170d0abd68c1e6674ec43e2fd49618a7a53bf42 | |
parent | a8e065583302fc187df590185ba1e146843d0d4b [diff] |
cmake: make find_package(ZephyrUnittest...) REQUIRED This commit is a followup to PR #25808 which updates the tests to ensure the REQUIRED keyword is also used for the ZephyrUnitest package. This provides a better error message when building with CMake and forgetting ZEPHYR_BASE or not registering Zephyr in the CMake package registry. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>