From 6c3d17b8189a42e596749dac59e0ddb1ffe5796a Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 14 Dec 2025 13:17:51 +0900
Subject: Rename 'tde_setup_architecture_flags' to a more appropriate
 'tde_setup_compiler_flags'

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index baecceb88..2aeda5792 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,7 +48,7 @@ include( TDESetupPaths )
 ##### setup and find essential stuff ############
 
 tde_setup_paths( )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
 enable_testing( )
 find_package( TQt )
 
-- 
cgit v1.2.3

