Blob Blame History Raw
From 0a1f6b7640ee558d6405bc33755ebf0b071878eb Mon Sep 17 00:00:00 2001
From: "Ankur Sinha (Ankur Sinha Gmail)" <sanjay.ankur@gmail.com>
Date: Sun, 28 Jul 2019 18:31:32 +0100
Subject: [PATCH 06/16] 3.6.4 Remove reference to bundled CharLS

---
 dcmjpls/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dcmjpls/CMakeLists.txt b/dcmjpls/CMakeLists.txt
index c8a05a7a9..82d0cc352 100644
--- a/dcmjpls/CMakeLists.txt
+++ b/dcmjpls/CMakeLists.txt
@@ -2,6 +2,6 @@
 project(dcmjpls)
 
 # recurse into subdirectories
-foreach(SUBDIR libsrc libcharls apps include)
+foreach(SUBDIR libsrc apps include)
   add_subdirectory(${SUBDIR})
 endforeach()
-- 
2.21.0