Skip to content
Snippets Groups Projects
Commit f1687590 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] fix link with glpk

parent b6484f45
No related branches found
No related tags found
No related merge requests found
Pipeline #5622 passed with warnings
......@@ -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