emscripten: disable big endian test

This test should not run on the emscripten platform because of :
dff3336842/cmake/Modules/TestBigEndian.cmake (L5)
This commit is contained in:
Mehdi Sabwat 2021-04-26 15:37:44 +02:00
parent 8aaafe6995
commit 238e849746
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