Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
16f4b005
Commit
16f4b005
authored
6 years ago
by
Joaquim Casals Buñuel
Browse files
Options
Downloads
Patches
Plain Diff
Removed boost_system (why was it there in the first place?!)
parent
b33ddfc4
No related branches found
No related tags found
1 merge request
!260
WIP: params autoconf
Pipeline
#2590
passed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hello_plugin/CMakeLists.txt
+2
-2
2 additions, 2 deletions
hello_plugin/CMakeLists.txt
with
2 additions
and
2 deletions
hello_plugin/CMakeLists.txt
+
2
−
2
View file @
16f4b005
...
@@ -7,8 +7,8 @@ ADD_EXECUTABLE(hello_plugin hello_plugin.cpp)
...
@@ -7,8 +7,8 @@ ADD_EXECUTABLE(hello_plugin hello_plugin.cpp)
ADD_EXECUTABLE
(
params_autoconf params_autoconf.cpp
)
ADD_EXECUTABLE
(
params_autoconf params_autoconf.cpp
)
# target_link_libraries(hello_plugin class_loader boost_system console_bridge wolf yaml-cpp ${CERES_LIBRARIES})
# target_link_libraries(hello_plugin class_loader boost_system console_bridge wolf yaml-cpp ${CERES_LIBRARIES})
# target_link_libraries(params_autoconf class_loader boost_system console_bridge wolf yaml-cpp )
# target_link_libraries(params_autoconf class_loader boost_system console_bridge wolf yaml-cpp )
target_link_libraries
(
hello_plugin
boost_system
wolf yaml-cpp
${
CERES_LIBRARIES
}
dl
)
target_link_libraries
(
hello_plugin wolf yaml-cpp
${
CERES_LIBRARIES
}
dl
)
target_link_libraries
(
params_autoconf
boost_system
wolf yaml-cpp dl
)
target_link_libraries
(
params_autoconf wolf yaml-cpp dl
)
# These lines always at the end
# These lines always at the end
SET
(
HDRS_PLUGIN
${
HDRS_PLUGIN
}
PARENT_SCOPE
)
SET
(
HDRS_PLUGIN
${
HDRS_PLUGIN
}
PARENT_SCOPE
)
SET
(
SRCS_PLUGIN
${
SRCS_PLUGIN
}
PARENT_SCOPE
)
SET
(
SRCS_PLUGIN
${
SRCS_PLUGIN
}
PARENT_SCOPE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment