Merge pull request #1345 from msabwat/emscripten
emscripten: disable big endian test
This commit is contained in:
commit
b6b8d28b3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue