aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-11-21 21:09:34 -0800
committerGitHub <noreply@github.com>2017-11-21 21:09:34 -0800
commit148f04c4ccf0171cdf06ee885afc07f23a8d79e6 (patch)
treef46bf2d8a1fc4b19ebcf9384852c3165e9e4d20f
parentc240ecbf7f7156055229555ede3f5ba0a4b7fab5 (diff)
parent89a49b25b6a6329e39df0c06afbff26caa566a47 (diff)
downloadvcpkg-148f04c4ccf0171cdf06ee885afc07f23a8d79e6.tar.gz
vcpkg-148f04c4ccf0171cdf06ee885afc07f23a8d79e6.zip
Merge pull request #2187 from seanwarren/lcms-debug-postfix
[lcms] Add 'd' debug postfix
-rw-r--r--ports/lcms/CMakeLists.txt2
-rw-r--r--ports/lcms/CONTROL2
-rw-r--r--ports/lcms/portfile.cmake2
3 files changed, 4 insertions, 2 deletions
diff --git a/ports/lcms/CMakeLists.txt b/ports/lcms/CMakeLists.txt
index 809fe505e..10ccc0b02 100644
--- a/ports/lcms/CMakeLists.txt
+++ b/ports/lcms/CMakeLists.txt
@@ -33,6 +33,8 @@ set(SRCS
"src/cmssm.c"
)
+set(CMAKE_DEBUG_POSTFIX d)
+
add_definitions(-DUNICODE -D_UNICODE)
if(BUILD_SHARED_LIBS)
diff --git a/ports/lcms/CONTROL b/ports/lcms/CONTROL
index 03efca607..5855fbc71 100644
--- a/ports/lcms/CONTROL
+++ b/ports/lcms/CONTROL
@@ -1,4 +1,4 @@
Source: lcms
-Version: 2.8-3
+Version: 2.8-4
Build-Depends:
Description: Little CMS.
diff --git a/ports/lcms/portfile.cmake b/ports/lcms/portfile.cmake
index eeb12243c..7d52e5270 100644
--- a/ports/lcms/portfile.cmake
+++ b/ports/lcms/portfile.cmake
@@ -13,7 +13,7 @@ file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
- OPTIONS_DEBUG
+ OPTIONS_DEBUG
-DSKIP_INSTALL_HEADERS=ON
)