Skip to content
Snippets Groups Projects
Commit d8322fe6 authored by Christian Dreher's avatar Christian Dreher
Browse files

Merge branch 'fix/rename-coin3d-to-coin' into 'master'

Fix/rename coin3d to coin

See merge request ArmarX/VisionX!136
parents 368509d2 84c7fd26
No related branches found
No related tags found
1 merge request!136Fix/rename coin3d to coin
......@@ -3,16 +3,15 @@ armarx_set_target("PointCloudViewerGuiPlugin")
find_package(VTK QUIET)
armarx_build_if(VTK_FOUND "VTK Not found")
find_package(Coin3D QUIET)
set(COIN_FOUND Coin3D_FOUND OR COIN3D_FOUND)
armarx_build_if(COIN_FOUND "Coin 3D not found")
find_package(Coin QUIET)
armarx_build_if(Coin_FOUND "Coin 3D not found")
# Add more libraries you depend on here, e.g. ${QT_LIBRARIES}.
set(COMPONENT_LIBS
VisionXInterfaces VisionXCore
VisionXPointCloud ${VTK_LIBRARIES}
${COIN3D_LIBRARIES} ${Coin3D_LIBRARIES}
${Coin_LIBRARY_PATH}
)
set(SOURCES
......
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