Fix order of brotlicommon linking
This commit is contained in:
parent
152fc28f34
commit
d405db0737
1 changed files with 1 additions and 1 deletions
2
external/kimageformats/CMakeLists.txt
vendored
2
external/kimageformats/CMakeLists.txt
vendored
|
|
@ -60,9 +60,9 @@ else()
|
||||||
jxl_threads
|
jxl_threads
|
||||||
dav1d
|
dav1d
|
||||||
libde265
|
libde265
|
||||||
brotlicommon-static
|
|
||||||
brotlidec-static
|
brotlidec-static
|
||||||
brotlienc-static
|
brotlienc-static
|
||||||
|
brotlicommon-static
|
||||||
hwy
|
hwy
|
||||||
lcms2
|
lcms2
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue