summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:07:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:07:42 +0900
commit83d0ddf399e1c1cac316655e1cfebb559df244c5 (patch)
tree8f7250dcbe82f0f0658af43351278f23979cd98e
parente22b0d6c24f15c76ca99a8a659f0a43c767a8a92 (diff)
downloadpolkit-agent-tde-master.tar.gz
polkit-agent-tde-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--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 3a4e77f..9fed0af 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)