summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:21:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:21:39 +0900
commit4f9ba39b90a0e4822cccafae3be7052d302c031f (patch)
treedf6ed44d2fb37dc0110e9da52c0dc889844bf64b
parent32f388f6af5c7bfedde7c302fa0c922d0b731ac3 (diff)
downloadlibkexiv2-master.tar.gz
libkexiv2-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 31f7d55..1ceda06 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -10,7 +10,7 @@
find_package( TQt )
find_package( TDE )
-tde_setup_architecture_flags( )
+tde_setup_compiler_flags( )
include(TestBigEndian)
test_big_endian(WORDS_BIGENDIAN)