aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/lcms/CMakeLists.txt4
1 files changed, 2 insertions, 2 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