1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

MDEV-19511 Remove WORDS_BIGENDIAN - HAVE_BIGENDIAN replaced it

Also note https://cmake.org/cmake/help/latest/module/TestBigEndian.html

Discussion source, https://lists.launchpad.net/maria-developers/msg11819.html

It was solved a while ago with HAVE_BIGENDIAN added to test,
WORDS_BIGENDIAN wasn't cleaned up.
This commit is contained in:
Daniel Black
2023-09-09 08:20:45 +10:00
parent d9626e315e
commit 07ae949c15
3 changed files with 4 additions and 5 deletions

View File

@@ -300,8 +300,7 @@ IF(MSVC_VERSION GREATER 1310)
SET(HAVE_VSNPRINTF 1 CACHE INTERNAL "")
ENDIF()
SET(HAVE_WEAK_SYMBOL CACHE INTERNAL "")
SET(HAVE_WORDS_BIGENDIAN TRUE CACHE INTERNAL "")
SET(WORDS_BIGENDIAN CACHE INTERNAL "")
SET(HAVE_BIGENDIAN CACHE INTERNAL "")
SET(HAVE__S_IFIFO 1 CACHE INTERNAL "")
SET(HAVE__S_IREAD 1 CACHE INTERNAL "")
SET(HAVE__finite 1 CACHE INTERNAL "")