mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 17:41:09 +08:00
[dcmtk] support wchar_t* filename (#7059)
* support wchar_t* filename * bump control
This commit is contained in:
parent
f9fedc930c
commit
2129bcd180
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user