mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
Clean message calls in CMake
Change-Id: If1a959d9b8d544c9f4671c84880b1d0d11d3d285
This commit is contained in:
parent
cba300781f
commit
8f187b9f7f
@ -82,7 +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("wasm2js does not support SIMD, disabling webp.js generation.")
|
message(
|
||||||
|
NOTICE "wasm2js does not support SIMD, disabling webp.js generation.")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ set(WEBP_DEP_IMG_INCLUDE_DIRS)
|
|||||||
foreach(I_LIB PNG JPEG TIFF)
|
foreach(I_LIB PNG JPEG TIFF)
|
||||||
# Disable tiff when compiling in static mode as it is failing on Ubuntu.
|
# Disable tiff when compiling in static mode as it is failing on Ubuntu.
|
||||||
if(WEBP_LINK_STATIC AND ${I_LIB} STREQUAL "TIFF")
|
if(WEBP_LINK_STATIC AND ${I_LIB} STREQUAL "TIFF")
|
||||||
message("TIFF is disabled when statically linking.")
|
message(STATUS "TIFF is disabled when statically linking.")
|
||||||
continue()
|
continue()
|
||||||
endif()
|
endif()
|
||||||
find_package(${I_LIB})
|
find_package(${I_LIB})
|
||||||
|
Loading…
Reference in New Issue
Block a user