Skip to content
Snippets Groups Projects
Commit 85af96d3 authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

Forgot some merge artefacts

parent 35fb69a3
No related branches found
No related tags found
2 merge requests!36After cmake and const refactor,!28Resolve "Building a new visual odometry system"
......@@ -48,11 +48,7 @@ macro(wolf_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase.
if (wolfvision_FIND_QUIETLY)
message(STATUS "Failed to find wolfvision- " ${REASON_MSG} ${ARGN})
<<<<<<< HEAD
elseif(wolfvision_FIND_REQUIRED)
=======
elseif (wolfvision_FIND_REQUIRED)
>>>>>>> devel
message(FATAL_ERROR "Failed to find wolfvision - " ${REASON_MSG} ${ARGN})
else()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment