Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
imu
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
imu
Merge requests
!1
Remove suitesparse
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove suitesparse
remove_suitesparse
into
devel
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Joan Solà Ortega
requested to merge
remove_suitesparse
into
devel
6 years ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
f7552494
3 commits,
6 years ago
2 files
+
22
−
26
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
cmake_modules/wolfIMUConfig.cmake
+
1
−
1
Options
@@ -11,7 +11,7 @@ ENDIF(wolfIMU_INCLUDE_DIR)
@@ -11,7 +11,7 @@ ENDIF(wolfIMU_INCLUDE_DIR)
FIND_LIBRARY
(
FIND_LIBRARY
(
wolfIMU_LIBRARY
wolfIMU_LIBRARY
NAMES libwolfIMU.so
NAMES libwolfIMU.so
libwolfIMU.dylib
PATHS /usr/local/lib/iri-algorithms
)
PATHS /usr/local/lib/iri-algorithms
)
IF
(
wolfIMU_LIBRARY
)
IF
(
wolfIMU_LIBRARY
)
MESSAGE
(
"Found wolf IMU lib:
${
wolfIMU_LIBRARY
}
"
)
MESSAGE
(
"Found wolf IMU lib:
${
wolfIMU_LIBRARY
}
"
)
Loading