]> git.pld-linux.org Git - packages/dcmtk.git/blame_incremental - 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
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 @@
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--
231.9.3
24
This page took 0.068896 seconds and 4 git commands to generate.