Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Humanoid Path Planner
hpp-fcl
Commits
a8785716
Verified
Commit
a8785716
authored
Mar 30, 2021
by
Justin Carpentier
Browse files
cmake: link against Boost::chrono
parent
96319271
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
a8785716
...
...
@@ -175,12 +175,12 @@ TARGET_LINK_LIBRARIES(${LIBRARY_NAME}
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
PUBLIC
Boost::serialization
Boost::chrono
)
IF
(
WIN32
)
TARGET_LINK_LIBRARIES
(
${
LIBRARY_NAME
}
INTERFACE
Boost::chrono
Boost::thread
Boost::date_time
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment