diff options
| author | Mikhail Paulyshka <me@mixaill.tk> | 2017-07-25 03:21:57 +0300 |
|---|---|---|
| committer | Mikhail Paulyshka <me@mixaill.tk> | 2017-07-25 03:21:57 +0300 |
| commit | 1e53c60fd70299563d06371e3e38d95975d4d6a5 (patch) | |
| tree | 8fdc984096366dccc62d55c354ac9f94464527b9 | |
| parent | b277b4dda3a2793fd59a6cca5de96f8bc65f1357 (diff) | |
| download | vcpkg-1e53c60fd70299563d06371e3e38d95975d4d6a5.tar.gz vcpkg-1e53c60fd70299563d06371e3e38d95975d4d6a5.zip | |
[lcms] rename library to lcms2
| -rw-r--r-- | ports/lcms/CMakeLists.txt | 4 |
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 |
