Commit a8eac83e authored by Gert Wollny's avatar Gert Wollny
Browse files

Correct library

parent ae119666
Loading
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -39,3 +39,14 @@ Author: Gert Wollny <gewo@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()