Skip to content

Commit

Permalink
[dcmtk] support wchar_t* filename (#7059)
Browse files Browse the repository at this point in the history
* support wchar_t* filename

* bump control
  • Loading branch information
robbie-li authored and ras0219-msft committed Jul 6, 2019
1 parent f9fedc9 commit 2129bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/dcmtk/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions ports/dcmtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2129bcd

Please sign in to comment.