Skip to content
Snippets Groups Projects
Commit 1cbdffd5 authored by Sreekanth Arikatla's avatar Sreekanth Arikatla
Browse files

COMP: Edit imstk cmake config

parent 585fecee
No related branches found
No related tags found
No related merge requests found
......@@ -82,11 +82,10 @@ find_package( VRPN REQUIRED )
include_directories( ${VRPN_INCLUDE_DIRS} )
add_definitions( -DVRPN_USE_LIBNIFALCON )
if(iMSTK_USE_OpenHaptics)
find_package(OpenHapticsSDK REQUIRED)
add_definitions( -DiMSTK_USE_OPENHAPTICS )
add_definitions( -DVRPN_USE_PHANTOM_SERVER )
else()
remove_definitions( -DiMSTK_USE_OPENHAPTICS )
remove_definitions( -DVRPN_USE_PHANTOM_SERVER )
endif()
# iMSTK
......
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