Skip to content

Commit

Permalink
Workaround for problem in yarpWholeBodyInterface CMake config files
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Nov 30, 2017
1 parent 6716aaa commit 2bd115f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,11 @@ include_directories(include/base)
include_directories(SYSTEM ${Matlab_INCLUDE_DIRS} "${Matlab_ROOT_DIR}/simulink/include")
include_directories(SYSTEM ${YARP_INCLUDE_DIRS} ${yarpWholeBodyInterface_INCLUDE_DIRS} ${EIGEN3_INCLUDE_DIR})

list(APPEND LINKED_LIBRARIES ${YARP_LIBRARIES} ${yarpWholeBodyInterface_LIBRARIES})
list(APPEND LINKED_LIBRARIES ${YARP_LIBRARIES} ${yarpWholeBodyInterface_LIBRARIES} ${iDynTree_LIBRARIES})
if (WBT_USES_ICUB)
list(APPEND LINKED_LIBRARIES ctrlLib)
if (${ICUB_USE_IPOPT})
list(APPEND LINKED_LIBRARIES iKin ${iDynTree_LIBRARIES})
list(APPEND LINKED_LIBRARIES iKin)
endif()
endif()

Expand Down

0 comments on commit 2bd115f

Please sign in to comment.