1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Add cmake check for big endian.

This commit is contained in:
Andreas Schneider
2009-07-23 09:25:36 +02:00
parent 85a5eb9499
commit ea0315ed88
2 changed files with 6 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ include(CheckFunctionExists)
include(CheckLibraryExists)
include(CheckTypeSize)
include(CheckCXXSourceCompiles)
include(TestBigEndian)
set(PACKAGE ${APPLICATION_NAME})
set(VERSION ${APPLICATION_VERSION})
@@ -55,3 +56,5 @@ if (WITH_DEBUG_CRYPTO)
set(DEBUG_CRYPTO 1)
endif (WITH_DEBUG_CRYPTO)
# ENDIAN
test_big_endian(WORDS_BIGENDIAN)