Skip to content

Commit

Permalink
Merge pull request #1354 from msabwat/emscripten
Browse files Browse the repository at this point in the history
fix #1345: don't remove big endian test for other platforms
  • Loading branch information
rouault authored Jun 1, 2021
2 parents b6b8d28 + 99c28c9 commit adb8889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ endif()

#-----------------------------------------------------------------------------
# Big endian test:
if (!EMSCRIPTEN)
if (NOT EMSCRIPTEN)
include (${CMAKE_ROOT}/Modules/TestBigEndian.cmake)
TEST_BIG_ENDIAN(OPJ_BIG_ENDIAN)
endif()
Expand Down

0 comments on commit adb8889

Please sign in to comment.