1From 805ce4d40c5aaae12aa73452ff07babe8eb43a62 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Fri, 28 Sep 2018 00:38:50 +0200
4Subject: [PATCH] Do not ask cmake to export binaries - they don't make it
5 dependants sysroots
6MIME-Version: 1.0
7Content-Type: text/plain; charset=UTF-8
8Content-Transfer-Encoding: 8bit
9
10Upstream-Status: Inappropriate [OE-Specific]
11
12Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
13---
14 src/bin/jp2/CMakeLists.txt | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt
18index 26156bcb..9eff04aa 100644
19--- a/src/bin/jp2/CMakeLists.txt
20+++ b/src/bin/jp2/CMakeLists.txt
21@@ -64,7 +64,6 @@ foreach(exe opj_decompress opj_compress opj_dump)
22   endif()
23   # Install exe
24   install(TARGETS ${exe}
25-    EXPORT OpenJPEGTargets
26     DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT Applications
27   )
28   if(OPJ_USE_DSYMUTIL)
29--
302.25.1
31
32