summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:53:12 +0900
commit7d862069e0fab83c1dd88650e3a3b29a0feaa5b6 (patch)
treec2f169253f4dfe9a3e981a8e2d0738b2373d48af
parent944608d30d372970a77959518642d1444b4f8176 (diff)
downloadbasket-r14.1.x.tar.gz
basket-r14.1.x.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 929bd751935f3b463372989003ed69471e488ca0)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index d5afdd4..089b2dd 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)