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
sot-core
Commits
963a7e76
Commit
963a7e76
authored
Sep 04, 2020
by
Guilhem Saurel
Browse files
[CMake] example-robot-data is required only for tests
parent
d2c5649d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
963a7e76
...
...
@@ -37,9 +37,9 @@ CHECK_MINIMAL_CXX_STANDARD(11 ENFORCE)
# Project dependencies
ADD_PROJECT_DEPENDENCY
(
dynamic-graph REQUIRED PKG_CONFIG_REQUIRES dynamic-graph
)
ADD_PROJECT_DEPENDENCY
(
pinocchio REQUIRED PKG_CONFIG_REQUIRES pinocchio
)
ADD_PROJECT_DEPENDENCY
(
example-robot-data
)
ADD_PROJECT_DEPENDENCY
(
Boost REQUIRED COMPONENTS regex
)
IF
(
BUILD_TESTING
)
ADD_PROJECT_DEPENDENCY
(
example-robot-data
)
FIND_PACKAGE
(
Boost REQUIRED COMPONENTS unit_test_framework program_options
)
ENDIF
()
...
...
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