Merge pull request #1345 from msabwat/emscripten

emscripten: disable big endian test
This commit is contained in:
Even Rouault 2021-05-07 11:22:13 +02:00 committed by GitHub
commit b6b8d28b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -162,8 +162,10 @@ endif()
#-----------------------------------------------------------------------------
# Big endian test:
if (!EMSCRIPTEN)
include (${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
TEST_BIG_ENDIAN(OPJ_BIG_ENDIAN)
endif()
#-----------------------------------------------------------------------------
# Setup file for setting custom ctest vars