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
Guilhem Saurel
hpp-fcl
Commits
f1ab7c02
Unverified
Commit
f1ab7c02
authored
Apr 04, 2020
by
Guilhem Saurel
Committed by
GitHub
Apr 04, 2020
Browse files
Merge pull request #153 from jcarpent/devel
Fix packaging issue
parents
473fc01c
e42cebb3
Pipeline
#8975
failed with stage
in 156 minutes and 25 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f1ab7c02
...
...
@@ -71,8 +71,8 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
ADD_PROJECT_DEPENDENCY
(
Eigen3 REQUIRED PKG_CONFIG_REQUIRES
"eigen3 >= 3.0.0"
)
if
(
BUILD_PYTHON_INTERFACE
)
ADD_PROJECT_DEPENDENCY
(
eigenpy 2.2 REQUIRED
PKG_CONFIG_REQUIRES
"eigenpy >= 2.2"
)
if
(
BUILD_PYTHON_INTERFACE
)
ADD_PROJECT_DEPENDENCY
(
eigenpy 2.2 REQUIRED
)
endif
()
# Required 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