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 13:20:00 +0900
commit5b568d41ae0e056c901c909ac8f739350561cba1 (patch)
treebe8d9e47029cf5d38827a6971791bf8bc1543e5d
parentb907b3983c89894ad2bcf6327ffef50609f39b09 (diff)
downloadavahi-tqt-master.tar.gz
avahi-tqt-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e595b2..5550d39 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)