unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob a68ca0cc3b6e0db97501ee47e96f1f0265c3e6d3 782 bytes (raw)
name: packages/patches/qxlsx-fix-include-directory.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
From 8c3e6633e3c901bc5a5cd477383421b0980dcd26 Mon Sep 17 00:00:00 2001
From: Alexey Sokolov <sokolov@google.com>
Date: Mon, 17 Apr 2023 23:43:59 +0100
Subject: [PATCH] Fix #278

There's no real reason to install the same headers twice, but at least
now clients of the library can build again
---
 QXlsx/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/QXlsx/CMakeLists.txt b/QXlsx/CMakeLists.txt
index 4fa7f7f1..074922a8 100644
--- a/QXlsx/CMakeLists.txt
+++ b/QXlsx/CMakeLists.txt
@@ -179,7 +179,7 @@ PRIVATE
     ${QXLSX_HEADERPATH}
 PUBLIC
     $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/header>
-    $<INSTALL_INTERFACE:include/QXlsx>
+    $<INSTALL_INTERFACE:include/QXlsxQt${QT_VERSION_MAJOR}>
 )
 
 set_target_properties(QXlsx PROPERTIES

debug log:

solving a68ca0cc3b6e0db97501ee47e96f1f0265c3e6d3 ...
found a68ca0cc3b6e0db97501ee47e96f1f0265c3e6d3 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).