Skip to content

Commit

Permalink
[dcmtk] Fix build error on Linux (#8202)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyWangL authored and Rastaban committed Sep 17, 2019
1 parent 8413b90 commit 731628c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-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.
2 changes: 1 addition & 1 deletion ports/dcmtk/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 731628c

Please sign in to comment.