diff options
author | Slávek Banko <[email protected]> | 2017-02-03 13:17:47 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-02-03 13:17:59 +0100 |
commit | 027e2601390af9f3bcd6c233458174657915ef61 (patch) | |
tree | 5dd3fd58b5a0a2a466230b506984ab803a66458f /ConfigureChecks.cmake | |
parent | 80fc48ed46af348718218ca1f77df2dc13e39edf (diff) | |
download | tdenetwork-027e2601390af9f3bcd6c233458174657915ef61.tar.gz tdenetwork-027e2601390af9f3bcd6c233458174657915ef61.zip |
Fix detection whether the system is big endian
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ed71acf6dcd9380590048fc5c6eb9fd22cb3b9c5)
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 8579d7a1..c6ba0fb4 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,6 +11,10 @@ # required stuff tde_setup_architecture_flags( ) + +include(TestBigEndian) +test_big_endian(WORDS_BIGENDIAN) + find_package( TQt ) find_package( TDE ) |