Merge pull request #1524 from Mixaill/lcms-fix

[lcms] rename library to lcms2
This commit is contained in:
Robert Schumacher 2017-07-28 10:21:41 -07:00 committed by GitHub
commit 313cd65ecd
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
Source: lcms
Version: 2.8
Version: 2.8-1
Build-Depends:
Description: Little CMS.