[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. df38c01df2128fa6eac6a302fcaadbd481
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2016-08-16 09:09:56
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via df38c01df2128fa6eac6a302fcaadbd481214b56 (commit)
from 002f28284ce1598b75031ca3d114d7f684c709e2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/df38c01df2128fa6eac6a302fcaadbd481214b56/
commit df38c01df2128fa6eac6a302fcaadbd481214b56
Author: Mathieu Malaterre <mat...@gm...>
Date: Tue Aug 16 11:09:16 2016 +0200
Simplify discovery on debian
diff --git a/Utilities/VTK/CMakeLists.txt b/Utilities/VTK/CMakeLists.txt
index 563e0b2..a86a1a5 100644
--- a/Utilities/VTK/CMakeLists.txt
+++ b/Utilities/VTK/CMakeLists.txt
@@ -652,8 +652,9 @@ if(GDCM_WRAP_JAVA)
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533193
set(GDCM_VTK_JAVA_JAR ${VTK_JAVA_JAR})
else()
+ #Â http://bugs.debian.org/834493
find_file(VTK_JAVA_JAR NAMES vtk.jar vtk6.jar vtk5.jar
- PATHS ${vtkWrappingJava_RUNTIME_LIBRARY_DIRS})
+ PATHS ${vtkWrappingJava_RUNTIME_LIBRARY_DIRS} /usr/share/java)
set(GDCM_VTK_JAVA_JAR ${VTK_JAVA_JAR})
endif()
if(EXISTS /usr/lib/jni/libvtkCommonJava.so)
-----------------------------------------------------------------------
Summary of changes:
Utilities/VTK/CMakeLists.txt | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
Grassroots DICOM
|