mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
cmake,cosmetics: apply cmake-format
using the defaults present in 0.6.13 and setting --first-comment-is-literal to avoid reflowing the copyright block and --max-subgroups-hwrap 3 (default is 2) to avoid making some short set() statements multi-line. Change-Id: I3d90c025b5b2bb353046f4da19b8e442a044b902
This commit is contained in:
parent
15b365083d
commit
adbe2cb17e
@ -82,8 +82,8 @@ if(WEBP_BUILD_WEBP_JS)
|
|||||||
set(WEBP_USE_THREAD OFF)
|
set(WEBP_USE_THREAD OFF)
|
||||||
|
|
||||||
if(WEBP_ENABLE_SIMD)
|
if(WEBP_ENABLE_SIMD)
|
||||||
message(
|
message(NOTICE
|
||||||
NOTICE "wasm2js does not support SIMD, disabling webp.js generation.")
|
"wasm2js does not support SIMD, disabling webp.js generation.")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user