Skip to content
Snippets Groups Projects
Unverified Commit 5e6bdf0c authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #3 from nim65s/devel

[CMake] fix link with glpk
parents 13003024 f1687590
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ endif(USE_GLPK)
ADD_LIBRARY(${LIBRARY_NAME} SHARED ${${LIBRARY_NAME}_SOURCES})
if (USE_GLPK)
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${GLPK_LIB})
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${glpk_LIBRARY})
endif(USE_GLPK)
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} hpp-centroidal-dynamics)
......
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