]> git.pld-linux.org Git - packages/dcmtk.git/blame - dcmtk-3.6.1-0001-Removed-reference-to-bundled-libcharls.patch
- updated to 3.6.8 (new sonames)
[packages/dcmtk.git] / dcmtk-3.6.1-0001-Removed-reference-to-bundled-libcharls.patch
CommitLineData
291a797f
AM
1From 6996b93b9ea3721ae970e4984d617fe050cd3b02 Mon Sep 17 00:00:00 2001
2From: Mario Ceresa <mario.ceresa@upf.edu>
3Date: Mon, 15 Dec 2014 12:00:53 +0100
4Subject: [PATCH] Removed reference to bundled libcharls
5
6---
7 dcmjpls/CMakeLists.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/dcmjpls/CMakeLists.txt b/dcmjpls/CMakeLists.txt
11index e114663..c92ac5b 100644
12--- a/dcmjpls/CMakeLists.txt
13+++ b/dcmjpls/CMakeLists.txt
14@@ -2,6 +2,6 @@
ce2d2a2f 15 project(dcmjpls)
291a797f
AM
16
17 # recurse into subdirectories
ce2d2a2f
JB
18-foreach(SUBDIR libsrc libcharls apps include)
19+foreach(SUBDIR libsrc apps include)
20 add_subdirectory(${SUBDIR})
21 endforeach()
This page took 0.170833 seconds and 4 git commands to generate.