summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:20:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:39:20 +0900
commit87a63f73e2b4e693ea4426b4ed29c065e4415211 (patch)
treef77c349956599a41041f827ddd10a3a742968bc4
parentcb6ab29237eae830766f2b897e4cc04319cf7ef2 (diff)
downloadavahi-tqt-r14.1.x.tar.gz
avahi-tqt-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 5b568d41ae0e056c901c909ac8f739350561cba1)
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6816cd0..804c66a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -49,7 +49,7 @@ option( WITH_GCC_VISIBILITY "Enable fvisibility and fvisibility-inlines-hidden"
##### setup architecture flags ##################
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)