diff options
| author | Lily <47812810+LilyWangL@users.noreply.github.com> | 2019-09-18 00:31:06 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-09-17 09:31:06 -0700 |
| commit | 731628c913f9012780912d797d8a429f557bfea4 (patch) | |
| tree | 3e2e864446d687d81af6321bb2ddee15f4db6a73 | |
| parent | 8413b901d71ad2a1807f3bcb4dedc0835efed541 (diff) | |
| download | vcpkg-731628c913f9012780912d797d8a429f557bfea4.tar.gz vcpkg-731628c913f9012780912d797d8a429f557bfea4.zip | |
[dcmtk] Fix build error on Linux (#8202)
| -rw-r--r-- | ports/dcmtk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/dcmtk/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/dcmtk/CONTROL b/ports/dcmtk/CONTROL index 1ae67841e..3f512ab0e 100644 --- a/ports/dcmtk/CONTROL +++ b/ports/dcmtk/CONTROL @@ -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.
diff --git a/ports/dcmtk/portfile.cmake b/ports/dcmtk/portfile.cmake index 39a7dc2c8..9039a65db 100644 --- a/ports/dcmtk/portfile.cmake +++ b/ports/dcmtk/portfile.cmake @@ -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 |
