Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
laser_scan_utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
laser_scan_utils
Commits
e3ab8557
Commit
e3ab8557
authored
3 years ago
by
Mederic Fourmy
Browse files
Options
Downloads
Patches
Plain Diff
remove the useless cmake file
parent
d828191d
No related branches found
No related tags found
2 merge requests
!8
Cmake refactoring was merged to main, merge back to devel also
,
!7
Resolve "Adapt to core CMakeLists.txt refactor"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Findlaser_scan_utils.cmake
+0
-28
0 additions, 28 deletions
Findlaser_scan_utils.cmake
with
0 additions
and
28 deletions
Findlaser_scan_utils.cmake
deleted
100644 → 0
+
0
−
28
View file @
d828191d
FIND_PATH
(
laser_scan_utils_INCLUDE_DIRS
NAMES laser_scan_utils.h
PATHS /usr/local/include/iri-algorithms/laser_scan_utils
)
#change INCLUDE_DIRS to its parent directory
get_filename_component
(
laser_scan_utils_INCLUDE_DIRS
${
laser_scan_utils_INCLUDE_DIRS
}
DIRECTORY
)
FIND_LIBRARY
(
laser_scan_utils_LIBRARY
NAMES laser_scan_utils
PATHS /usr/lib /usr/local/lib
)
IF
(
laser_scan_utils_INCLUDE_DIRS AND laser_scan_utils_LIBRARY
)
SET
(
laser_scan_utils_FOUND TRUE
)
SET
(
laser_scan_utils_INCLUDE_DIR
${
laser_scan_utils_INCLUDE_DIRS
}
)
SET
(
laser_scan_utils_LIBRARIES
${
laser_scan_utils_LIBRARY
}
)
ENDIF
(
laser_scan_utils_INCLUDE_DIRS AND laser_scan_utils_LIBRARY
)
IF
(
laser_scan_utils_FOUND
)
IF
(
NOT laser_scan_utils_FIND_QUIETLY
)
MESSAGE
(
STATUS
"Found laser_scan_utils:
${
laser_scan_utils_LIBRARY
}
"
)
ENDIF
(
NOT laser_scan_utils_FIND_QUIETLY
)
ELSE
(
laser_scan_utils_FOUND
)
IF
(
laser_scan_utils_FIND_REQUIRED
)
MESSAGE
(
FATAL_ERROR
"Could not find laser_scan_utils"
)
ENDIF
(
laser_scan_utils_FIND_REQUIRED
)
ENDIF
(
laser_scan_utils_FOUND
)
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