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
Stack Of Tasks
eigenpy
Commits
671c9d19
Verified
Commit
671c9d19
authored
Nov 07, 2020
by
Justin Carpentier
Browse files
cmake: set options for finding Boost
parent
20ca0820
Pipeline
#11945
failed with stage
in 12 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
671c9d19
...
...
@@ -66,6 +66,9 @@ ENDIF(WIN32)
# ----------------------------------------------------
ADD_PROJECT_DEPENDENCY
(
Eigen3 REQUIRED PKG_CONFIG_REQUIRES
"eigen3 >= 3.0.5"
)
SET_BOOST_DEFAULT_OPTIONS
()
EXPORT_BOOST_DEFAULT_OPTIONS
()
FIND_PACKAGE
(
Boost REQUIRED
)
SEARCH_FOR_BOOST_PYTHON
()
# ----------------------------------------------------
...
...
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