summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:10:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 14:14:14 +0900
commit19a59de81f4ab21bd47fe00bf825095f323e701f (patch)
tree682f7be7a43d37a76e46a85834e432e2736e0ec5
parent65bd98334c1de4629a3ff37b784daa762162a821 (diff)
downloadgtk-qt-engine-19a59de81f4ab21bd47fe00bf825095f323e701f.tar.gz
gtk-qt-engine-19a59de81f4ab21bd47fe00bf825095f323e701f.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 ef336a9b1479cdfdcffa008d38081c469b0d3f95)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a9df6dc..4547a90 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -1,7 +1,7 @@
# required stuff
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)