summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 12:57:30 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:43:39 +0900
commitc592aced11ae2d019f807c87960c7db18e304907 (patch)
treef3f0369e5314bf6ed01cce543f177da48ac2a75e
parent71ee36f1dfb60fd291afbf80e9aa8d0213668c2e (diff)
downloadsmb4k-r14.1.x.tar.gz
smb4k-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 9ab9c6554c4218afd7ec96e037e0244f9ec85338)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 0b84648..3ed9ecc 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -11,7 +11,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)