From 116be1c494c6bf8209ad861a31b722351653af81 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Sun, 28 Jul 2019 18:31:32 +0100 Subject: [PATCH 06/18] 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.39.2