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

Specify find package CONFIG for wolfcore

parent ec656ec0
No related branches found
No related tags found
2 merge requests!37After cmake and const refactor,!36Resolve "Adapt to core CMakeLists.txt refactor"
...@@ -75,8 +75,8 @@ ENDIF() ...@@ -75,8 +75,8 @@ ENDIF()
option(_WOLF_TRACE "Enable wolf tracing macro" ON) option(_WOLF_TRACE "Enable wolf tracing macro" ON)
# ============ DEPENDENCIES ============ # ============ DEPENDENCIES ============
FIND_PACKAGE(wolfcore REQUIRED) FIND_PACKAGE(wolfcore REQUIRED CONFIG)
FIND_PACKAGE(laser_scan_utils REQUIRED) FIND_PACKAGE(laser_scan_utils REQUIRED CONFIG)
# found only to set the XXX_FOUND variables # found only to set the XXX_FOUND variables
# -> It would be better to look for them in the the laser_scan_utils target # -> It would be better to look for them in the the laser_scan_utils target
FIND_PACKAGE(falkolib QUIET) FIND_PACKAGE(falkolib QUIET)
......
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