Skip to content

Commit 1573dd2

Browse files
author
Benjamin Chrétien
committed
Add missing linkage step.
1 parent 18baec7 commit 1573dd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ADD_LIBRARY(${LIBRARY_NAME} SHARED
1212

1313
SET_TARGET_PROPERTIES(${LIBRARY_NAME} PROPERTIES SOVERSION ${PROJECT_VERSION})
1414

15-
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${QHULL_LIBRARIES} boost_filesystem)
15+
TARGET_LINK_LIBRARIES(${LIBRARY_NAME} ${QHULL_LIBRARIES} boost_date_time boost_filesystem)
1616
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} roboptim-core)
1717
PKG_CONFIG_USE_DEPENDENCY(${LIBRARY_NAME} roboptim-core-plugin-ipopt)
1818

0 commit comments

Comments
 (0)