summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
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 12:57:30 +0900
commit9ab9c6554c4218afd7ec96e037e0244f9ec85338 (patch)
tree0d8e3d7d489867279c8f7021556c5baf45213fd2 /ConfigureChecks.cmake
parent27cfa7c21e40cf792d1f781d40c4d778dc76a99b (diff)
downloadsmb4k-master.tar.gz
smb4k-master.zip
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-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)