Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
project_cpp_template
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
project_cpp_template
Merge requests
!1
Install path
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Install path
install_path
into
master
Overview
0
Commits
21
Pipelines
0
Changes
1
Merged
Fernando Herrero
requested to merge
install_path
into
master
5 years ago
Overview
0
Commits
21
Pipelines
0
Changes
1
Expand
Add packaging functionalities, change install path of files, Readme, ci, etc.
0
0
Merge request reports
Viewing commit
d69e0be5
Prev
Next
Show latest version
1 file
+
2
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
d69e0be5
Update Find cmake template: remove system directories and search first in /local/ directories.
· d69e0be5
Fernando Herrero
authored
5 years ago
Findlib_template.cmake
+
2
−
2
Options
#edit the following line to add the librarie's header files
#edit the following line to add the librarie's header files
SET
(
name library_name
)
SET
(
name library_name
)
FIND_PATH
(
${
name
}
_INCLUDE_DIRS
${
name
}
.h /usr/include/iri/
${
name
}
/usr/
local/
include/iri/
${
name
}
)
FIND_PATH
(
${
name
}
_INCLUDE_DIRS
${
name
}
.h /usr/
local/
include/iri/
${
name
}
/usr/include/iri/
${
name
}
)
FIND_LIBRARY
(
${
name
}
_LIBRARIES
FIND_LIBRARY
(
${
name
}
_LIBRARIES
NAMES
${
name
}
NAMES
${
name
}
PATHS /usr/l
ib /usr
/lib/iri/
${
name
}
/usr/
local/lib /usr/local/
lib/iri/
${
name
}
)
PATHS /usr/l
ocal
/lib/iri/
${
name
}
/usr/lib/iri/
${
name
}
)
SET
(
${
name
}
_INCLUDE_DIR
${${
name
}
_INCLUDE_DIRS
}
)
SET
(
${
name
}
_INCLUDE_DIR
${${
name
}
_INCLUDE_DIRS
}
)
SET
(
${
name
}
_LIBRARY
${${
name
}
_LIBRARIES
}
)
SET
(
${
name
}
_LIBRARY
${${
name
}
_LIBRARIES
}
)
Loading