diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2017-02-05 14:25:11 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-02-05 14:25:11 +0100 |
commit | c2d9407d82d38ce3b00a67de37c154f650072606 (patch) | |
tree | 3b5851cebc8072ea3194870fb5deaf0988745457 /ConfigureChecks.cmake | |
parent | 6569b886c2e43e3afd0367abcdf1d80c5e0fdea5 (diff) | |
download | tellico-c2d9407d82d38ce3b00a67de37c154f650072606.tar.gz tellico-c2d9407d82d38ce3b00a67de37c154f650072606.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 6176f72..0ca8036 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -26,6 +26,9 @@ endif( WITH_GCC_VISIBILITY ) ##### set architecture flags #################### tde_setup_architecture_flags( ) +include(TestBigEndian) +test_big_endian(WORDS_BIGENDIAN) + ##### required stuff ############################ |