Skip to content
Snippets Groups Projects
Commit eabdabcf authored by Christoph Pohl's avatar Christoph Pohl
Browse files

disable Sick Laserscanner Drivers if sick_scan_base package is not found

parent 304a3caa
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
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