summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:00:05 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:00:05 +0900
commitdc699c0766feed473a82a654362a8afda1fc01d9 (patch)
treee31a185b82b0abf1e2ee8ea932713c04cd080e0c
parent70e8764a0de494d1fdfa2fd74ec44879bf74c9fd (diff)
downloadkmplayer-master.tar.gz
kmplayer-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>
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index efe0cc6..32c35c9 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)