We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18baec7 commit 1573dd2Copy full SHA for 1573dd2
1 file changed
src/CMakeLists.txt
@@ -12,7 +12,7 @@ ADD_LIBRARY(${LIBRARY_NAME} SHARED
12
13
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
14
15
-TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${QHULL_LIBRARIES} boost_filesystem)
+TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${QHULL_LIBRARIES} boost_date_time boost_filesystem)
16
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} roboptim-core)
17
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} roboptim-core-plugin-ipopt)
18
0 commit comments