Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Gepetto
robotpkg-wip
Commits
5ee02e3a
Commit
5ee02e3a
authored
2 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/qualisys-cpp-sdk]: add patch-aa
to fix CMake include order
parent
1e5b61ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
qualisys-cpp-sdk/Makefile
+1
-0
1 addition, 0 deletions
qualisys-cpp-sdk/Makefile
qualisys-cpp-sdk/distinfo
+1
-0
1 addition, 0 deletions
qualisys-cpp-sdk/distinfo
qualisys-cpp-sdk/patches/patch-aa
+19
-0
19 additions, 0 deletions
qualisys-cpp-sdk/patches/patch-aa
with
21 additions
and
0 deletions
qualisys-cpp-sdk/Makefile
+
1
−
0
View file @
5ee02e3a
...
...
@@ -3,6 +3,7 @@
#
PKGNAME
=
qualisys-cpp-sdk-2021.2
PKGREVISION
=
1
GITHUB_TAG
=
rt_protocol_1.23
DISTNAME
=
qualisys_cpp_sdk
...
...
This diff is collapsed.
Click to expand it.
qualisys-cpp-sdk/distinfo
+
1
−
0
View file @
5ee02e3a
...
...
@@ -3,3 +3,4 @@ RMD160 (qualisys_cpp_sdk-rt_protocol_1.23.tar.gz) = 3c7f223a3b1c7739124130fd5ca9
Size (qualisys_cpp_sdk-rt_protocol_1.23.tar.gz) = 95577 bytes
SHA1 (patch-24) = f1f409d036095b2879ef8a733646f74046f867bf
SHA1 (patch-26) = 0e55c6e29280b19b154762ba36a43b703497d7e9
SHA1 (patch-aa) = 47a07b2ba6415dd6d50267f325e85b83bd177edd
This diff is collapsed.
Click to expand it.
qualisys-cpp-sdk/patches/patch-aa
0 → 100644
+
19
−
0
View file @
5ee02e3a
--- CMakeLists.txt.orig 2022-07-05 13:12:51.000000000 +0200
+++ CMakeLists.txt 2022-07-05 17:05:14.753107342 +0200
@@ -3,6 +3,8 @@
option(BUILD_EXAMPLES "Build examples" OFF)
+include(GNUInstallDirs)
+
add_library(${PROJECT_NAME}
Markup.cpp
Network.cpp
@@ -29,7 +31,6 @@
# ----------- INSTALL & EXPORT -----------
-include(GNUInstallDirs)
set(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME})
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