From 1e53c60fd70299563d06371e3e38d95975d4d6a5 Mon Sep 17 00:00:00 2001 From: Mikhail Paulyshka Date: Tue, 25 Jul 2017 03:21:57 +0300 Subject: [PATCH] [lcms] rename library to lcms2 --- ports/lcms/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/lcms/CMakeLists.txt b/ports/lcms/CMakeLists.txt index 0fedfb95e6..cd69bab3be 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