Skip to content
Snippets Groups Projects
Verified Commit ed4e3d73 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

cmake: fix link to Boost

parent db084ba7
No related branches found
No related tags found
No related merge requests found
......@@ -89,14 +89,14 @@ add_library(${LIBRARY_NAME}
TARGET_LINK_LIBRARIES(${LIBRARY_NAME}
PUBLIC
${Boost_thread_LIBRARY}
${Boost_date_time_LIBRARY}
${Boost_system_LIBRARY})
Boost::thread
Boost::date_time
Boost::system
)
target_include_directories(${LIBRARY_NAME}
SYSTEM PUBLIC
${EIGEN3_INCLUDE_DIRS}
${Boost_INCLUDE_DIRS}
)
target_include_directories(${LIBRARY_NAME}
......
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