diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-07-28 10:21:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-28 10:21:41 -0700 |
| commit | 313cd65ecde421383ab54beeb00ea653ec143677 (patch) | |
| tree | 64837d29b399ea0f5bb3d9ee23d0f4ba6ac0ce54 | |
| parent | 598bf73c1b2c6709dd6f82cde8c5725b1b5f5689 (diff) | |
| parent | ffbb6ff424a89585211a4aefb12ec4d230283035 (diff) | |
| download | vcpkg-313cd65ecde421383ab54beeb00ea653ec143677.tar.gz vcpkg-313cd65ecde421383ab54beeb00ea653ec143677.zip | |
Merge pull request #1524 from Mixaill/lcms-fix
[lcms] rename library to lcms2
| -rw-r--r-- | ports/lcms/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | ports/lcms/CONTROL | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/lcms/CMakeLists.txt b/ports/lcms/CMakeLists.txt index 0fedfb95e..cd69bab3b 100644 --- a/ports/lcms/CMakeLists.txt +++ b/ports/lcms/CMakeLists.txt @@ -40,7 +40,7 @@ include_directories( "./include" ) -add_library(lcms ${SRCS}) +add_library(lcms2 ${SRCS}) if(NOT SKIP_INSTALL_HEADERS ) @@ -52,7 +52,7 @@ if(NOT SKIP_INSTALL_HEADERS ) endif(NOT SKIP_INSTALL_HEADERS ) -install(TARGETS lcms EXPORT lcms_EXPORT +install(TARGETS lcms2 EXPORT lcms_EXPORT RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib diff --git a/ports/lcms/CONTROL b/ports/lcms/CONTROL index 64567fddd..2349503e9 100644 --- a/ports/lcms/CONTROL +++ b/ports/lcms/CONTROL @@ -1,4 +1,4 @@ Source: lcms -Version: 2.8 +Version: 2.8-1 Build-Depends: Description: Little CMS.
\ No newline at end of file |
