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
db0b102c
Unverified
Commit
db0b102c
authored
Aug 25, 2020
by
Justin Carpentier
Committed by
GitHub
Aug 25, 2020
Browse files
cmake: use find_package
Co-authored-by:
Joseph Mirabel
<
josephmirabel@gmail.com
>
parent
e5783b17
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db0b102c
...
...
@@ -83,7 +83,7 @@ if (BUILD_PYTHON_INTERFACE)
FINDPYTHON
()
set
(
BOOST_COMPONENTS system python
)
search_for_boost_python
(
REQUIRED
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS system
)
find_package
(
Boost REQUIRED COMPONENTS system
)
endif
()
# Optional dependencies
...
...
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