[dcmtk] support wchar_t* filename (#7059)

* support wchar_t* filename

* bump control
This commit is contained in:
robbie-li 2019-07-06 09:01:46 +08:00 committed by Robert Schumacher
parent f9fedc930c
commit 2129bcd180
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,3 @@
Source: dcmtk
Version: 3.6.4
Version: 3.6.4-1
Description: This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.

View File

@ -28,6 +28,8 @@ vcpkg_configure_cmake(
-DDCMTK_ENABLE_PRIVATE_TAGS=ON
-DBUILD_APPS=OFF
-DDCMTK_ENABLE_CXX11=ON
-DDCMTK_WIDE_CHAR_FILE_IO_FUNCTIONS=ON
-DDCMTK_WIDE_CHAR_MAIN_FUNCTION=ON
-DCMAKE_DEBUG_POSTFIX="d"
OPTIONS_DEBUG
-DINSTALL_HEADERS=OFF