[med-svn] [Git][med-team/gdcm][master] Correct library
Gert Wollny
gitlab at salsa.debian.org
Thu Jul 11 14:33:59 BST 2019
Gert Wollny pushed to branch master at Debian Med / gdcm
Commits:
a8eac83e by Gert Wollny at 2019-07-11T13:23:11Z
Correct library
- - - - -
1 changed file:
- debian/patches/fix_charls_2.patch
Changes:
=====================================
debian/patches/fix_charls_2.patch
=====================================
@@ -39,3 +39,14 @@ Author: Gert Wollny <gewo at debian.org>
#else
#include "gdcmcharls/charls.h"
#include "gdcmcharls/publictypes.h"
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -367,7 +367,7 @@
+
+ if(GDCM_USE_SYSTEM_CHARLS)
+ find_package(CharLS 2.0.0 REQUIRED)
+- set(GDCM_CHARLS_LIBRARIES ${CHARLS_LIBRARIES})
++ set(GDCM_CHARLS_LIBRARIES ${CHARLS_LIBRARY})
+ else()
+ set(GDCM_CHARLS_LIBRARIES gdcmcharls)
+ endif()
View it on GitLab: https://salsa.debian.org/med-team/gdcm/commit/a8eac83ed2ec7921e50f5c228377845b3ca03820
--
View it on GitLab: https://salsa.debian.org/med-team/gdcm/commit/a8eac83ed2ec7921e50f5c228377845b3ca03820
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190711/a75b4950/attachment-0001.html>
More information about the debian-med-commit
mailing list