Skip to content
Snippets Groups Projects
Commit 5e988caa authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Second correction to library name.

parent 90b0a2bb
No related branches found
No related tags found
1 merge request!1[major][cpp] starting point to integrate pinocchio
......@@ -109,7 +109,7 @@ FOREACH(lib ${libs})
TARGET_LINK_LIBRARIES(${lib} ${DYNAMIC_GRAPH_LIBRARIES})
TARGET_LINK_LIBRARIES(${lib} ${SOT_CORE_LIBRARIES})
TARGET_LINK_LIBRARIES(${lib} ${MATRIXABSTRACTLAYER_LIBRARIES})
TARGET_LINK_LIBRARIES(${lib} ${_hrp2Dynamics_LIBRARIES})
TARGET_LINK_LIBRARIES(${lib} "hrp2Dynamics")
TARGET_LINK_LIBRARIES(${lib} ${DYNAMICSJRLJAPAN_LIBRARIES})
ENDIF(UNIX)
......
......@@ -50,7 +50,7 @@ FOREACH(test ${tests})
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} ${DYNAMIC_GRAPH_LIBRARIES})
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} ${SOT_CORE_LIBRARIES})
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} ${MATRIXABSTRACTLAYER_LIBRARIES})
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} "${_hrp2Dynamics_LIBRARIES}")
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} "hrp2Dynamics")
TARGET_LINK_LIBRARIES(${EXECUTABLE_NAME} "${DYNAMICSJRLJAPAN_LIBRARIES}")
ENDIF(UNIX)
......
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