Skip to content

Commit

Permalink
remove endianness test
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Apr 11, 2024
1 parent fb6c2a5 commit 8f143ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ if (WIN32)
add_compile_definitions(NOMINMAX)
endif ()

include(TestBigEndian)
test_big_endian(IS_BIG_ENDIAN)
if (IS_BIG_ENDIAN)
add_compile_definitions(ABADDON_IS_BIG_ENDIAN)
endif ()

configure_file(${PROJECT_SOURCE_DIR}/src/config.h.in ${PROJECT_BINARY_DIR}/config.h)

file(GLOB_RECURSE ABADDON_SOURCES
Expand Down

0 comments on commit 8f143ec

Please sign in to comment.