Skip to content
Snippets Groups Projects
Commit bdb02afa authored by jcarpent's avatar jcarpent
Browse files

[Fix Bug] Add missing required dependency

parent a4067e1f
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,7 @@ IF (UNIX )
# Create target libpinocchio.so
ADD_LIBRARY ( ${PROJECT_NAME} SHARED ${HEADERS} ${${PROJECT_NAME}_SOURCES} )
SET_TARGET_PROPERTIES( ${PROJECT_NAME} PROPERTIES LINKER_LANGUAGE CXX)
PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME} eigen3)
IF(LUA5_1_FOUND)
PKG_CONFIG_USE_DEPENDENCY(${PROJECT_NAME} lua5.1)
......
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