summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:13:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:17:26 +0900
commit844d24abe8dd3f3bc324e9babbf22368d88cc9bf (patch)
tree98302c5c3d680259ea7a19a14cf1c84b75e6f373
parentd6217929495b3efe271a710147c45de580e9a6dc (diff)
downloadtwin-style-machbunt-r14.1.x.tar.gz
twin-style-machbunt-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 15c4b54b1a9ad092447a7b1148e85ecbb36319f2)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index d1e3778..60ed46e 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)