mirror of
https://github.com/taglib/taglib.git
synced 2025-07-24 07:54:32 -04:00
Removed some unnecessary CMake checks for the size of numeric types.
This commit is contained in:
@ -4,11 +4,6 @@
|
||||
/* 1 if little-endian, 2 if big-endian. */
|
||||
#cmakedefine SYSTEM_BYTEORDER ${SYSTEM_BYTEORDER}
|
||||
|
||||
/* Size of floating point types */
|
||||
#cmakedefine SIZEOF_FLOAT ${SIZEOF_FLOAT}
|
||||
#cmakedefine SIZEOF_DOUBLE ${SIZEOF_DOUBLE}
|
||||
#cmakedefine SIZEOF_LONGDOUBLE ${SIZEOF_LONGDOUBLE}
|
||||
|
||||
/* Defined if your compiler supports some byte swap functions */
|
||||
#cmakedefine HAVE_GCC_BYTESWAP_16 1
|
||||
#cmakedefine HAVE_GCC_BYTESWAP_32 1
|
||||
|
Reference in New Issue
Block a user