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
roscontrol_sot
Commits
4a07ffbb
Commit
4a07ffbb
authored
Mar 21, 2019
by
Olivier Stasse
Browse files
[cmake] Synchronize and change on CMakeLists.txt to fix -isystem
parent
db5c56ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4a07ffbb
...
...
@@ -20,8 +20,6 @@ find_package(PkgConfig REQUIRED)
add_required_dependency
(
bullet
)
add_required_dependency
(
"urdfdom"
)
#set(bullet_FOUND 0)
#pkg_check_modules(bullet REQUIRED bullet)
## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
...
...
@@ -113,8 +111,8 @@ target_link_libraries(rcsot_controller
${
bullet_LIBRARIES
}
)
pkg_config_use_dependency
(
rcsot_controller urdfdom
)
pkg_config_use_dependency
(
rcsot_controller dynamic-graph
)
pkg_config_use_dependency
(
rcsot_controller urdfdom
optional NO_INCLUDE_SYSTEM
)
pkg_config_use_dependency
(
rcsot_controller dynamic-graph
optional NO_INCLUDE_SYSTEM
)
## Mark executables and/or libraries for installation
install
(
TARGETS rcsot_controller DESTINATION lib
)
...
...
cmake
@
f34901f1
Compare
8f68dc14
...
f34901f1
Subproject commit
8f68dc14b0dbc92ea376794d6c7d71f9a8648098
Subproject commit
f34901f143d843b48dfdb8d9e904503ed96e2310
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