summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:06:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:04:39 +0900
commit0f5de8d7cb6f6feee2c4839ab7638f8b227a6e52 (patch)
tree79d451fbc32a9913f81e7afd74438eb39733a911 /ConfigureChecks.cmake
parent8723d0688d25151eb9aeb83a6578521b67fc164e (diff)
downloadknetstats-r14.1.x.tar.gz
knetstats-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 df61f94ea8aa411f6716c1bbcb522013bfb1dff2)
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 289dd8c..9f9d827 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)