diff --git a/source/RobotAPI/drivers/SickLaserUnit/CMakeLists.txt b/source/RobotAPI/drivers/SickLaserUnit/CMakeLists.txt index 001528cc18d893d969f2aa191651c1a39e3040a6..af02b7d0e859068bf508d27316ce719517c1de17 100644 --- a/source/RobotAPI/drivers/SickLaserUnit/CMakeLists.txt +++ b/source/RobotAPI/drivers/SickLaserUnit/CMakeLists.txt @@ -16,6 +16,7 @@ armarx_set_target("Library: ${LIB_NAME}") find_package(sick_scan_base) +armarx_build_if(sick_scan_base_FOUND "sick_scan_base not available") find_package(Boost COMPONENTS system filesystem thread REQUIRED) armarx_build_if(Boost_FOUND "Boost not available")