summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:04:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:00:00 +0900
commit0f4e7ce1aa375ed4e62468f6ac9d605d60258228 (patch)
tree67721f699b04cf53a0f6d4b4cfcca2c9907b60ee
parent24c5c10c0d3ddb9c4d44cba9556bb67d90c0064d (diff)
downloadtdenetworkmanager-r14.1.x.tar.gz
tdenetworkmanager-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 1541e016e787ec800741720898dbf8e45962730f)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 7ecd3a5..4a600dc 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -14,7 +14,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)