Skip to content

Commit 791e862

Browse files
authored
Merge pull request #63 from thexai/remove-lcms2
Remove lcms2
2 parents e4fbc80 + aea25e3 commit 791e862

6 files changed

Lines changed: 0 additions & 1830 deletions

File tree

BuildAllPlatforms.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Param(
1212
'giflib',
1313
'GoogleTest',
1414
'harfbuzz',
15-
'lcms2',
1615
'libaacs',
1716
'libbdplus',
1817
'libcdio',

CMakeLists.txt

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,17 +307,6 @@ ExternalProject_Add(dnssd
307307
add_dependency_project_package(dnssd 2881.60.4)
308308
endif()
309309

310-
ExternalProject_Add(lcms2
311-
GIT_REPOSITORY https://github.com/Paxxi/Little-CMS
312-
GIT_TAG 5c40d2402b4db97f6b91f83cfead6f28e14935f4
313-
GIT_SHALLOW ON
314-
CMAKE_ARGS
315-
${ADDITIONAL_ARGS}
316-
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX}
317-
-DBUILD_SHARED_LIBS:BOOL=ON
318-
)
319-
add_dependency_project_package(lcms2 2.9)
320-
321310
ExternalProject_Add(libgpg-error
322311
DEPENDS libiconv
323312
GIT_REPOSITORY https://github.com/Paxxi/libgpg-error
@@ -572,7 +561,6 @@ add_custom_target(DependenciesRequired
572561
giflib
573562
GoogleTest
574563
harfbuzz
575-
lcms2
576564
libaacs
577565
libbdplus
578566
libcdio

0 commit comments

Comments
 (0)