Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
objectslam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
plugins
objectslam
Merge requests
!1
Resolve "Adapt to core cmake refactor"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Adapt to core cmake refactor"
1-adapt-to-core-cmake-refactor
into
devel
Overview
0
Commits
19
Pipelines
8
Changes
15
Merged
Mederic Fourmy
requested to merge
1-adapt-to-core-cmake-refactor
into
devel
3 years ago
Overview
0
Commits
19
Pipelines
8
Changes
15
Expand
Closes
#1 (closed)
Edited
3 years ago
by
Mederic Fourmy
0
0
Merge request reports
Compare
devel
version 13
35fdbc04
3 years ago
version 12
939be38b
3 years ago
version 11
a1db8ed5
3 years ago
version 10
2fb5b5a4
3 years ago
version 9
d34e4fd5
3 years ago
version 8
0a752517
3 years ago
version 7
6d2e3063
3 years ago
version 6
3280ebb2
3 years ago
version 5
3b186e8a
3 years ago
version 4
e2dde8d4
3 years ago
version 3
fc60846e
3 years ago
version 2
c730aca0
3 years ago
version 1
6fb5a002
3 years ago
devel (base)
and
latest version
latest version
fdc01ae6
19 commits,
3 years ago
version 13
35fdbc04
18 commits,
3 years ago
version 12
939be38b
17 commits,
3 years ago
version 11
a1db8ed5
16 commits,
3 years ago
version 10
2fb5b5a4
13 commits,
3 years ago
version 9
d34e4fd5
12 commits,
3 years ago
version 8
0a752517
11 commits,
3 years ago
version 7
6d2e3063
9 commits,
3 years ago
version 6
3280ebb2
8 commits,
3 years ago
version 5
3b186e8a
6 commits,
3 years ago
version 4
e2dde8d4
5 commits,
3 years ago
version 3
fc60846e
4 commits,
3 years ago
version 2
c730aca0
3 commits,
3 years ago
version 1
6fb5a002
2 commits,
3 years ago
15 files
+
110
−
131
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
cmake_modules/wolfobjectslamConfig.cmake.in
+
3
−
5
Options
@@ -3,11 +3,9 @@ set(@PLUGIN_NAME@_VERSION 0.0.1)
@PACKAGE_INIT@
set_and_check(@PLUGIN_NAME@_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
set(@PLUGIN_NAME@_INCLUDE_DIRS @PLUGIN_NAME@_INCLUDE_DIR)
set_and_check(@PLUGIN_NAME@_LIB_INSTALL_DIR "@PACKAGE_LIB_INSTALL_DIR@")
set(@PLUGIN_NAME@_LIB_INSTALL_DIRS @PLUGIN_NAME@_LIB_INSTALL_DIR)
# forwards the correct parameters given to FIND_DEPENDENCIES
include(CMakeFindDependencyMacro)
FIND_DEPENDENCY(Eigen3 3.3 REQUIRED)
include("${CMAKE_CURRENT_LIST_DIR}/@PLUGIN_NAME@Targets.cmake")
Loading