mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
Fix CMake redefinition for HAVE_CPU_FEATURES_H
It is still redefined, but to the same constant, hence no more warning as mentioned on BUG=webp:358 Change-Id: I80a834c139d5d60cd693d468b0e2ea399729ab3e
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
#cmakedefine HAVE_BUILTIN_BSWAP64 1
|
||||
|
||||
/* Define to 1 if you have the <cpu-features.h> header file. */
|
||||
#cmakedefine HAVE_CPU_FEATURES_H
|
||||
#cmakedefine HAVE_CPU_FEATURES_H 1
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#cmakedefine HAVE_DLFCN_H 1
|
||||
|
Reference in New Issue
Block a user