[dcmtk] Fix build error on Linux (#8202)

This commit is contained in:
Lily 2019-09-18 00:31:06 +08:00 committed by Phil Christensen
parent 8413b901d7
commit 731628c913
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Source: dcmtk
Version: 3.6.4-1
Version: 3.6.4-2
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

@ -30,7 +30,7 @@ vcpkg_configure_cmake(
-DDCMTK_ENABLE_CXX11=ON
-DDCMTK_WIDE_CHAR_FILE_IO_FUNCTIONS=ON
-DDCMTK_WIDE_CHAR_MAIN_FUNCTION=ON
-DCMAKE_DEBUG_POSTFIX="d"
-DCMAKE_DEBUG_POSTFIX=d
OPTIONS_DEBUG
-DINSTALL_HEADERS=OFF
-DINSTALL_OTHER=OFF