Skip to content

Commit

Permalink
Update ImageCompressionDependencies.cmake [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad authored Nov 21, 2024
1 parent 2efe4c2 commit a84fd08
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions cmake/ImageCompressionDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ if(WIN32)
jxl.lib jxl_threads.lib
)
elseif(APPLE)
fast_download_dependency(jpegxl
0.11.0
f743d0fb5cdb6b8d63028d14a633c5ae250dbeca8b4577ad9c55b98a024035b3
jxl.dylib jxl_threads.dylib
)
if(CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
fast_download_dependency(jpegxl
0.11.0
dc05ced17948ed02e2c646e9480758ed439aa061d70c9d820df3e3239ea1dadd
jxl.dylib jxl_threads.dylib
)
else()
fast_download_dependency(jpegxl
0.11.0
f743d0fb5cdb6b8d63028d14a633c5ae250dbeca8b4577ad9c55b98a024035b3
jxl.dylib jxl_threads.dylib
)
endif()
else()
fast_download_dependency(jpegxl
0.11.0
Expand Down

0 comments on commit a84fd08

Please sign in to comment.