diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-11-21 21:09:21 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-11-21 21:09:21 -0800 |
| commit | 89a49b25b6a6329e39df0c06afbff26caa566a47 (patch) | |
| tree | 9c65ccf5e9db0c35136ed68677c7a1abc4e3ea63 | |
| parent | 28aaced0f592796f65102c516627a939d9bd7fa8 (diff) | |
| download | vcpkg-89a49b25b6a6329e39df0c06afbff26caa566a47.tar.gz vcpkg-89a49b25b6a6329e39df0c06afbff26caa566a47.zip | |
[lcms] Bump package version
| -rw-r--r-- | ports/lcms/CONTROL | 2 | ||||
| -rw-r--r-- | ports/lcms/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
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 ) |
