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
Pierre Fernbach
tsid
Commits
243e0728
Commit
243e0728
authored
May 15, 2019
by
Guilhem Saurel
Browse files
tmp
parent
eeefef7b
Changes
2
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
243e0728
...
...
@@ -77,7 +77,7 @@ ADD_REQUIRED_DEPENDENCY("eigen3 >= 3.2.0") # Eigen::Ref appeared from 3.2.0
# Fail-safe support for catkin-ized pinocchio:
# - If catkin-based pinocchio is installed it runs the CFG_EXTRAS to set up the Pinocchio preprocessor directives
# - If it isn't, nothing happens and the subsequent pkg-config check takes care of everything.
#
find_package(catkin QUIET COMPONENTS pinocchio)
find_package
(
catkin QUIET COMPONENTS pinocchio
)
ADD_REQUIRED_DEPENDENCY
(
"pinocchio >= 2.0.0"
)
...
...
unittest/CMakeLists.txt
View file @
243e0728
...
...
@@ -62,8 +62,8 @@ ADD_TEST_CFLAGS(tasks '-DTSID_SOURCE_DIR=\\\"${${PROJECT_NAME}_SOURCE_DIR}\\\"')
ADD_TESTCASE
(
contacts
"eigen3;pinocchio"
)
ADD_TEST_CFLAGS
(
contacts '-DTSID_SOURCE_DIR=\\\"
${${
PROJECT_NAME
}
_SOURCE_DIR
}
\\\"'
)
ADD_TESTCASE
(
tsid-formulation
"eigen3;pinocchio"
)
ADD_TEST_CFLAGS
(
tsid-formulation '-DTSID_SOURCE_DIR=\\\"
${${
PROJECT_NAME
}
_SOURCE_DIR
}
\\\"'
)
#
ADD_TESTCASE(tsid-formulation "eigen3;pinocchio")
#
ADD_TEST_CFLAGS(tsid-formulation '-DTSID_SOURCE_DIR=\\\"${${PROJECT_NAME}_SOURCE_DIR}\\\"')
ADD_TESTCASE
(
math_utils
"eigen3;pinocchio"
)
ADD_TESTCASE
(
hqp_solvers
"eigen3;pinocchio"
)
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