]> git.pld-linux.org Git - packages/dcmtk.git/blob - dcmtk-3.6.1-0001-Removed-reference-to-bundled-libcharls.patch
- missing patches
[packages/dcmtk.git] / dcmtk-3.6.1-0001-Removed-reference-to-bundled-libcharls.patch
1 From 6996b93b9ea3721ae970e4984d617fe050cd3b02 Mon Sep 17 00:00:00 2001
2 From: Mario Ceresa <mario.ceresa@upf.edu>
3 Date: Mon, 15 Dec 2014 12:00:53 +0100
4 Subject: [PATCH] Removed reference to bundled libcharls
5
6 ---
7  dcmjpls/CMakeLists.txt | 2 +-
8  1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/dcmjpls/CMakeLists.txt b/dcmjpls/CMakeLists.txt
11 index e114663..c92ac5b 100644
12 --- a/dcmjpls/CMakeLists.txt
13 +++ b/dcmjpls/CMakeLists.txt
14 @@ -2,6 +2,6 @@
15  PROJECT(dcmjpls)
16  
17  # recurse into subdirectories
18 -FOREACH(SUBDIR libsrc libcharls apps include)
19 +FOREACH(SUBDIR libsrc apps include)
20    ADD_SUBDIRECTORY(${SUBDIR})
21  ENDFOREACH(SUBDIR)
22 -- 
23 1.9.3
24
This page took 0.056908 seconds and 3 git commands to generate.