Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
visp-debian
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
SPINDLER Fabien
visp-debian
Commits
4bf613c2
Commit
4bf613c2
authored
10 years ago
by
SPINDLER Fabien
Browse files
Options
Downloads
Patches
Plain Diff
Add patch to install headers in architecture triplet
parent
a1e2c7eb
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/patches/0001-Install-headers-in-include-architecture-triplet.patch
+25
-0
25 additions, 0 deletions
...001-Install-headers-in-include-architecture-triplet.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
26 additions
and
0 deletions
debian/patches/0001-Install-headers-in-include-architecture-triplet.patch
0 → 100644
+
25
−
0
View file @
4bf613c2
From 71b4fa650e393bc196220ec8cf59bb2fef68c7b5 Mon Sep 17 00:00:00 2001
From: Fabien Spindler <Fabien.Spindler@inria.fr>
Date: Sat, 14 Mar 2015 18:25:07 +0100
Subject: [PATCH] Install headers in include architecture triplet
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b1cd872..0736508 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -124,7 +124,7 @@
install(
TARGETS ${VISP_INTERN_LIBRARY}
EXPORT VISPTargets
# install rule for all the headers
- PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/visp
+ PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${CMAKE_LIBRARY_ARCHITECTURE}/visp
# Destination is either lib or lib64 on Unix 64 bits architectures
RUNTIME DESTINATION ${VISP_BIN_INSTALL_PATH} COMPONENT libraries
LIBRARY DESTINATION ${VISP_LIB_INSTALL_PATH} COMPONENT libraries
--
2.1.4
This diff is collapsed.
Click to expand it.
debian/patches/series
0 → 100644
+
1
−
0
View file @
4bf613c2
0001-Install-headers-in-include-architecture-triplet.patch
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