[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. b2eb2873a234895b09764a2e9c30a0a5ab8
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2019-04-25 12:22:37
|
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, master has been updated
via b2eb2873a234895b09764a2e9c30a0a5ab89e2c2 (commit)
from a1ea33e467a4a065d844327d7a6bd8b1e9ef4c1d (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/b2eb2873a234895b09764a2e9c30a0a5ab89e2c2/
commit b2eb2873a234895b09764a2e9c30a0a5ab89e2c2
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Apr 25 14:20:54 2019 +0200
Make OPJ_USE_THREAD advanced
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt
index 054ec525b..5242aea40 100644
--- a/Utilities/CMakeLists.txt
+++ b/Utilities/CMakeLists.txt
@@ -30,7 +30,7 @@ if(NOT GDCM_USE_SYSTEM_OPENJPEG)
set(OPENJPEG_INSTALL_LIB_DIR ${GDCM_INSTALL_LIB_DIR})
set(OPENJPEG_INSTALL_INCLUDE_DIR ${GDCM_INSTALL_INCLUDE_DIR}/gdcmopenjpeg)
add_subdirectory(gdcmopenjpeg)
- mark_as_advanced(BUILD_JPIP BUILD_JPWL BUILD_CODEC BUILD_DOC BUILD_MJ2 BUILD_PKGCONFIG_FILES BUILD_SHARED_LIBS BUILD_THIRDPARTY OPJ_DATA_ROOT OPJ_DISABLE_TPSOT_FIX)
+ mark_as_advanced(BUILD_JPIP BUILD_JPWL BUILD_CODEC BUILD_DOC BUILD_MJ2 BUILD_PKGCONFIG_FILES BUILD_SHARED_LIBS BUILD_THIRDPARTY OPJ_DATA_ROOT OPJ_DISABLE_TPSOT_FIX OPJ_USE_THREAD)
endif()
# Do jpegls (JPEG-LS aka near lossless implementation)
-----------------------------------------------------------------------
Summary of changes:
Utilities/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|