Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Merge requests
!452
Resolve "cmake: remove iri-algorithms from include install path"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "cmake: remove iri-algorithms from include install path"
459-cmake-remove-iri-algorithms-from-include-install-path
into
devel
Overview
0
Commits
3
Pipelines
3
Changes
1
Merged
Mederic Fourmy
requested to merge
459-cmake-remove-iri-algorithms-from-include-install-path
into
devel
3 years ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
Closes
#459 (closed)
Edited
3 years ago
by
Mederic Fourmy
0
0
Merge request reports
Viewing commit
cb41594c
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
cb41594c
Remove iri-algorithms from include path
· cb41594c
Mederic Fourmy
authored
3 years ago
CMakeLists.txt
+
1
−
1
Options
@@ -16,7 +16,7 @@ SET(CMAKE_SKIP_INSTALL_ALL_DEPENDENCY FALSE)
SET
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/bin
)
SET
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
SET
(
LIB_INSTALL_DIR lib
)
SET
(
INCLUDE_INSTALL_DIR include/
iri-algorithms/
wolf
)
SET
(
INCLUDE_INSTALL_DIR include/wolf
)
# Build type
IF
(
NOT CMAKE_BUILD_TYPE
)
Loading