Skip to content
Snippets Groups Projects
Commit 11b4d018 authored by Fabian Paus's avatar Fabian Paus
Browse files

Hokuyo: Fixed finding URG library

parent 4c43f7c6
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,6 @@ armarx_component_set_name("HokuyoLaserUnit") ...@@ -11,9 +11,6 @@ armarx_component_set_name("HokuyoLaserUnit")
find_package(HokuyoLaserScannerDriver QUIET) find_package(HokuyoLaserScannerDriver QUIET)
armarx_build_if(HokuyoLaserScannerDriver_FOUND "Hokuyo laser scanner driver not found") armarx_build_if(HokuyoLaserScannerDriver_FOUND "Hokuyo laser scanner driver not found")
if(HokuyoLaserScannerDriver_FOUND)
include_directories(${HokuyoLaserScannerDriver_INCLUDE_DIR})
endif()
set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers ArmarXCoreEigen3Variants set(COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ArmarXCoreObservers ArmarXCoreEigen3Variants
RobotAPICore RobotAPIUnits RobotAPICore RobotAPIUnits
......
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