Skip to content
Snippets Groups Projects
Commit 5ee02e3a authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/qualisys-cpp-sdk]: add patch-aa

to fix CMake include order
parent 1e5b61ff
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
#
PKGNAME= qualisys-cpp-sdk-2021.2
PKGREVISION= 1
GITHUB_TAG= rt_protocol_1.23
DISTNAME= qualisys_cpp_sdk
......
......@@ -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
--- 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})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment