summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:53:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:33:37 +0900
commit9da91d8498a2e04f9703f781def73f64ea31c068 (patch)
tree08e26638ae7adeed8e66a3d65460a9f2b8a8a428
parentddd09d7b57906d6f0d65544cc243cf5e858f153a (diff)
downloaduniversal-indent-gui-tqt-r14.1.x.tar.gz
universal-indent-gui-tqt-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 3550401b82fe0aaaa2b9f6a7db9ff6eb8c838b30)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 1ad873a..829343d 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
# required stuff
find_package( TQt )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)