Skip to content
Snippets Groups Projects

findSensor

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