Skip to content

Commit

Permalink
[lcms] rename library to lcms2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed Jul 25, 2017
1 parent b277b4d commit 1e53c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/lcms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ include_directories(
"./include"
)

add_library(lcms ${SRCS})
add_library(lcms2 ${SRCS})

if(NOT SKIP_INSTALL_HEADERS )

Expand All @@ -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
Expand Down

0 comments on commit 1e53c60

Please sign in to comment.