Skip to content

Commit

Permalink
fixed version dependency in gripper application
Browse files Browse the repository at this point in the history
  • Loading branch information
adeguet1 committed Apr 9, 2019
1 parent fdfa444 commit 2092ebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/gripper-calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set (REQUIRED_CISST_LIBRARIES cisstCommon
cisstParameterTypes)

# find cisst and make sure the required libraries have been compiled
find_package (cisst 1.0.10 REQUIRED ${REQUIRED_CISST_LIBRARIES})
find_package (cisst 1.0.11 REQUIRED ${REQUIRED_CISST_LIBRARIES})

if (cisst_FOUND_AS_REQUIRED)

Expand All @@ -34,7 +34,7 @@ if (cisst_FOUND_AS_REQUIRED)
endif ()

# saw components have been compiled within cisst, we should find them automatically
find_package (sawRobotIO1394 1.6.0 REQUIRED)
find_package (sawRobotIO1394 1.7.0 REQUIRED)

if (sawRobotIO1394_FOUND)

Expand Down

0 comments on commit 2092ebe

Please sign in to comment.