Don't build webp extras

This commit is contained in:
David Capello 2020-06-08 12:24:32 -03:00
parent f008d608ce
commit f2bc864fc9

View File

@ -33,6 +33,7 @@ if(NOT USE_SHARED_GIFLIB)
endif()
if(WITH_WEBP_SUPPORT)
set(WEBP_BUILD_EXTRAS OFF CACHE BOOL "Build extras.")
add_subdirectory(libwebp)
endif()