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
062afbf9
Verified
Commit
062afbf9
authored
Mar 26, 2021
by
Justin Carpentier
Browse files
cmake: add missing dependency to Windows
parent
de96f3f5
Pipeline
#13733
passed with stage
in 56 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
062afbf9
...
...
@@ -79,7 +79,7 @@ endif()
SET_BOOST_DEFAULT_OPTIONS
()
EXPORT_BOOST_DEFAULT_OPTIONS
()
IF
(
WIN32
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS chrono thread date_time
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS chrono thread date_time
serialization
)
ELSE
(
WIN32
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED serialization
)
ENDIF
(
WIN32
)
...
...
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