summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:54:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:35:55 +0900
commitdbf85d942a9af8f7ac62637ffb2bc027b3e7e4ff (patch)
tree90e3906b2abfaa0f141d65dbd88958992872a7c8
parent9bc7b536f056d595e7c469a9c2a7cb4fbd9ff7da (diff)
downloadknights-r14.1.x.tar.gz
knights-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 c38931b6a92acac9f834f18300fb8adbe96284c4)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 94a0d6c..6171137 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)