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
148cbfc7
Commit
148cbfc7
authored
3 years ago
by
Joan Vallvé Navarro
Browse files
Options
Downloads
Patches
Plain Diff
changed destination of .so to /usr/local/lib
parent
2dae9c4e
No related branches found
No related tags found
No related merge requests found
Pipeline
#7588
passed
3 years ago
Stage: license
Stage: none
Stage: csm
Stage: falko
Stage: csm_falko
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Findlaser_scan_utils.cmake
+3
-1
3 additions, 1 deletion
Findlaser_scan_utils.cmake
src/CMakeLists.txt
+2
-2
2 additions, 2 deletions
src/CMakeLists.txt
with
5 additions
and
3 deletions
Findlaser_scan_utils.cmake
+
3
−
1
View file @
148cbfc7
...
...
@@ -8,10 +8,12 @@ get_filename_component(laser_scan_utils_INCLUDE_DIRS ${laser_scan_utils_INCLUDE_
FIND_LIBRARY
(
laser_scan_utils_LIBRARY
NAMES laser_scan_utils
PATHS /usr/lib /usr/local/lib
/usr/local/lib/iri-algorithms
)
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
)
...
...
This diff is collapsed.
Click to expand it.
src/CMakeLists.txt
+
2
−
2
View file @
148cbfc7
...
...
@@ -119,8 +119,8 @@ ENDIF(BUILD_DEMOS)
#install library
INSTALL
(
TARGETS
${
PROJECT_NAME
}
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
/iri-algorithms
ARCHIVE DESTINATION lib
/iri-algorithms
)
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
#install headers
INSTALL
(
FILES
${
HDRS_BASE
}
...
...
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