Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
pinocchio
Commits
269ab3e4
Verified
Commit
269ab3e4
authored
Aug 25, 2020
by
Justin Carpentier
Browse files
cmake: export BOOST settings
parent
26739715
Pipeline
#10855
failed with stage
in 70 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
269ab3e4
...
...
@@ -126,6 +126,7 @@ ENDIF(BUILD_WITH_CASADI_SUPPORT)
SET
(
BOOST_REQUIRED_COMPONENTS filesystem serialization system
)
SET
(
BOOST_BUILD_COMPONENTS unit_test_framework
)
EXPORT_BOOST_DEFAULT_OPTIONS
()
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS
${
BOOST_REQUIRED_COMPONENTS
}
)
FIND_PACKAGE
(
Boost COMPONENTS
${
BOOST_BUILD_COMPONENTS
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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