summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:58:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:47:15 +0900
commitb1decc69e2b0db2864a3515af9d69a5c1a622a33 (patch)
tree2e84cadebd916b0f303c1b247130a3b67be75cd3
parentada1f19c2b6f787d4f365a8bf2c0f82deffd68a3 (diff)
downloadcompizconfig-backend-tdeconfig-r14.1.x.tar.gz
compizconfig-backend-tdeconfig-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 8b1bda21fd73fe44223306d42fe44139d75472c5)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a1e2651..0dcfc9b 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)