[ismrmrd] 216/281: Removed windows option that previously enforced unicode chars. Unicode encoding is not compatible with dcmtk.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:01:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.

commit 81584a3cb05b668939e6e7f3f590802d41ec6ad6
Author: Thomas Sangild Sørensen <sangild at cs.au.dk>
Date:   Fri Mar 21 15:43:45 2014 +0100

    Removed windows option that previously enforced unicode chars. Unicode encoding is not compatible with dcmtk.
---
 CMakeLists.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20b37f2..9698ffb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,11 +4,11 @@ project(ISMRMRD)
 enable_testing()
 
 if (WIN32)
-ADD_DEFINITIONS(-DWIN32 -D_WIN32 -D_WINDOWS)
-ADD_DEFINITIONS(-DUNICODE -D_UNICODE)
-ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS)
-SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
-SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3")
+  ADD_DEFINITIONS(-DWIN32 -D_WIN32 -D_WINDOWS)
+  #ADD_DEFINITIONS(-DUNICODE -D_UNICODE)
+  ADD_DEFINITIONS(-D_CRT_SECURE_NO_WARNINGS)
+  SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc")
+  SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W3")
 endif (WIN32)
 
 set(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX}/ismrmrd)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git



More information about the debian-science-commits mailing list