[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. f33ac3caf7bbef94e7a49caa099dc8ae7f
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2019-07-08 07:54:23
|
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 f33ac3caf7bbef94e7a49caa099dc8ae7f43db11 (commit)
from eee8f89681340bf9e72709156dd8eaeb450d2ab0 (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/f33ac3caf7bbef94e7a49caa099dc8ae7f43db11/
commit f33ac3caf7bbef94e7a49caa099dc8ae7f43db11
Author: Mathieu Malaterre <mat...@gm...>
Date: Mon Jul 8 09:54:07 2019 +0200
Start using v4 by default now
diff --git a/CMake/UseCSharp.cmake b/CMake/UseCSharp.cmake
index 793780e05..6bc89fd0c 100644
--- a/CMake/UseCSharp.cmake
+++ b/CMake/UseCSharp.cmake
@@ -36,7 +36,7 @@ else()
set(CMAKE_CSHARP_INTERPRETER ${MONO_EXECUTABLE})
endif()
-set(DESIRED_CSHARP_COMPILER_VERSION 2 CACHE STRING "Pick a version for C# compiler to use: 1, 2, 3 or 4")
+set(DESIRED_CSHARP_COMPILER_VERSION 4 CACHE STRING "Pick a version for C# compiler to use: 1, 2, 3 or 4")
mark_as_advanced(DESIRED_CSHARP_COMPILER_VERSION)
# default to v1:
-----------------------------------------------------------------------
Summary of changes:
CMake/UseCSharp.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|