Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gnss
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
gnss
Merge requests
!33
new tag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
new tag
devel
into
main
Overview
0
Commits
6
Pipelines
0
Changes
3
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
2 years ago
Overview
0
Commits
6
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
88a241cb
6 commits,
2 years ago
3 files
+
4
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
cmake_modules/wolfgnssConfig.cmake
+
1
−
1
Options
@@ -48,7 +48,7 @@ macro(wolf_report_not_found REASON_MSG)
# FindPackage() use the camelcase library name, not uppercase.
if
(
wolfgnss_FIND_QUIETLY
)
message
(
STATUS
"Failed to find wolf gnss- "
${
REASON_MSG
}
${
ARGN
}
)
else
(
wolfgnss_FIND_REQUIRED
)
else
if
(
wolfgnss_FIND_REQUIRED
)
message
(
FATAL_ERROR
"Failed to find wolf gnss - "
${
REASON_MSG
}
${
ARGN
}
)
else
()
# Neither QUIETLY nor REQUIRED, use SEND_ERROR which emits an error
Loading