summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:00:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:50:28 +0900
commitd119528fecb6aaa67f62e6cc9e51211078f2a967 (patch)
tree71c1a40b88ee416706acf9e3c5a072b641e09628
parent81c43c5aba58347d73734f7cfdd8c5ebc41284cb (diff)
downloadrosegarden-r14.1.x.tar.gz
rosegarden-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 93bd0deb423cbbfee16a3b3ae3e07b4d7ae89cca)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a5eb605..7bdfd02 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -14,7 +14,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)