From 783e11f17e1fab6bf7cd85d215f03ba446a42644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 5 Feb 2017 13:52:16 +0100 Subject: Fix detection whether the system is big endian MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- ConfigureChecks.cmake | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index eec03f1..962ce3d 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,5 +10,10 @@ ################################################# # required stuff +tde_setup_architecture_flags( ) + +include(TestBigEndian) +test_big_endian(WORDS_BIGENDIAN) + find_package( TQt ) find_package( TDE ) -- cgit v1.2.1