aboutsummaryrefslogtreecommitdiff
path: root/ports/dcmtk/dcmtk.patch
diff options
context:
space:
mode:
authorAybe <aybe@users.noreply.github.com>2018-08-08 21:15:47 +0200
committerAybe <aybe@users.noreply.github.com>2018-08-08 21:15:47 +0200
commit61820777517d669e00fbdeb2368e156b66396b51 (patch)
tree57e0d31ff7b8fc3f85fd3bfe98148ef715149b6c /ports/dcmtk/dcmtk.patch
parent8cfc78e890b18762f1f5d0aff346c397de2e6d56 (diff)
parent13e19f10ea83985708320542cbf05217b4da9969 (diff)
downloadvcpkg-61820777517d669e00fbdeb2368e156b66396b51.tar.gz
vcpkg-61820777517d669e00fbdeb2368e156b66396b51.zip
Merge branch 'master' into liblzma-uwp
Diffstat (limited to 'ports/dcmtk/dcmtk.patch')
-rw-r--r--ports/dcmtk/dcmtk.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/dcmtk/dcmtk.patch b/ports/dcmtk/dcmtk.patch
new file mode 100644
index 000000000..c25a8db7b
--- /dev/null
+++ b/ports/dcmtk/dcmtk.patch
@@ -0,0 +1,15 @@
+diff --git "a/CMake/dcmtkPrepare.cmake" "b/CMake/dcmtkPrepare.cmake"
+--- a/CMake/dcmtkPrepare.cmake 2018-02-05 12:58:13.000000000 -0500
++++ b/CMake/dcmtkPrepare.cmake 2018-04-25 15:07:12.927851000 -0400
+@@ -192,9 +192,9 @@
+ # CMake's files (DCMTKTarget.cmake, DCMTKConfigVersion.cmake and DCMTKConfig.cmake) are installed
+ # to different installation paths under Unix- and Windows-based systems
+ IF(UNIX)
+- SET(DCMTK_INSTALL_CMKDIR "${CMAKE_INSTALL_LIBDIR}/cmake/dcmtk")
++ SET(DCMTK_INSTALL_CMKDIR "share/dcmtk")
+ ELSEIF(WIN32)
+- SET(DCMTK_INSTALL_CMKDIR "cmake")
++ SET(DCMTK_INSTALL_CMKDIR "share/dcmtk")
+ ENDIF(UNIX)
+
+ #-----------------------------------------------------------------------------