Skip to content
Snippets Groups Projects

new tag

Merged Joan Vallvé Navarro requested to merge devel into main
3 files
+ 4
10
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -48,7 +48,7 @@ macro(wolf_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase.
if (wolfgnss_FIND_QUIETLY)
message(STATUS "Failed to find wolf gnss- " ${REASON_MSG} ${ARGN})
else (wolfgnss_FIND_REQUIRED)
elseif(wolfgnss_FIND_REQUIRED)
message(FATAL_ERROR "Failed to find wolf gnss - " ${REASON_MSG} ${ARGN})
else()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
Loading