Skip to content
Snippets Groups Projects

new tag

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