summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:02:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:02:38 +0900
commit1ee363806896d58a6c31425315bad3196298bcff (patch)
treef29dc81812f37cc94c8f4d51ef6e49c7f538808e /ConfigureChecks.cmake
parent88d74dedf45e6f7f2d20b60930fbc1353d60d94c (diff)
downloadtde-ebook-reader-master.tar.gz
tde-ebook-reader-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 0faaecb..93fc148 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
# required stuff
find_package( TQt )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)