summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-12-14 13:01:22 +0900
commitad48d4737df6aac618bc07ef668fe1cc9b4f26c9 (patch)
tree3c92524bada8eca5122ad8d25b3771659635bdcf
parent8a3216be87615d42ded20392201c5c0d43d7b81e (diff)
downloadkbibtex-master.tar.gz
kbibtex-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 ad8bddc..83e16aa 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)