diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:01:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:53:26 +0900 |
| commit | 36708319122085615da3fbcd3425a7e58eb322f0 (patch) | |
| tree | e30181488269a2c9ae0e343a0c9f14f4bac55987 | |
| parent | 2bd24b31ed29e9f6cd23d7046ee5189a671571ba (diff) | |
| download | kbibtex-r14.1.x.tar.gz kbibtex-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 ad48d4737df6aac618bc07ef668fe1cc9b4f26c9)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
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) |
