Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gnss_utils
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
labrobotica
algorithms
gnss_utils
Merge requests
!23
after cmake refactor
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
after cmake refactor
devel
into
main
Overview
0
Commits
11
Pipelines
1
Changes
1
Merged
Joan Vallvé Navarro
requested to merge
devel
into
main
3 years ago
Overview
0
Commits
11
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
12a38744
Prev
Next
Show latest version
1 file
+
2
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
12a38744
Fix find include dirs
· 12a38744
Joan Solà Ortega
authored
3 years ago
Findgnss_utils.cmake
+
2
−
4
Options
FIND_PATH
(
gnss_utils_INCLUDE_DIRS
NAMES gnss_utils.h
PATHS /usr/local/include/iri-algorithms/gnss_utils /usr/local/lib/iri-algorithms/gnss_utils
)
#change INCLUDE_DIRS to its parent directory (to force includes with libname in front
get_filename_component
(
gnss_utils_INCLUDE_DIRS
${
gnss_utils_INCLUDE_DIRS
}
DIRECTORY
)
NAMES gnss_utils/gnss_utils.h
PATHS /usr/local/include/iri-algorithms
)
IF
(
gnss_utils_INCLUDE_DIRS
)
MESSAGE
(
"Found gnss_utils include dirs:
${
gnss_utils_INCLUDE_DIRS
}
"
)
ELSE
(
gnss_utils_INCLUDE_DIRS
)
Loading