summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:12:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:16:03 +0900
commit81e48913c17a8ddc0efe85e9e6c6f96bca654e17 (patch)
treeb46eb39a4339597f558edf3ff2f952555e3f6fac
parent4e436dc4a610d41dc582571a8426d2e694a0e893 (diff)
downloadtde-style-polyester-r14.1.x.tar.gz
tde-style-polyester-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 bb26f87fbc92ae096553d81ee2b815c32237eb12)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 5d2b2d7..cf7ad5a 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)