summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:08:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:08:57 +0900
commit25bf8ca2297eaae3a422136416082a78a172ab3e (patch)
tree2500f7a28694f5cb7f47302154d0692eff60b30a
parent8beb22bcd5fe238abaa1912e1c44144c448a0e27 (diff)
downloadxdg-desktop-portal-tde-master.tar.gz
xdg-desktop-portal-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 8a2c606..9cbbe72 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -9,7 +9,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include( TestBigEndian )
test_big_endian( WORDS_BIGENDIAN )