diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 7191a3df..0cda00c1 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -119,4 +119,6 @@ if (WITH_DEBUG_CALLTRACE) endif (WITH_DEBUG_CALLTRACE) # ENDIAN -test_big_endian(WORDS_BIGENDIAN) +if (NOT WIN32) + test_big_endian(WORDS_BIGENDIAN) +endif (NOT WIN32)