mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:19:01 +08:00
[dcmtk] Fix build error on Linux (#8202)
This commit is contained in:
parent
8413b901d7
commit
731628c913
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user