diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:15:29 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:22:21 +0900 |
| commit | c09d86bf87a904d43c797d2c48d8fe2712ae8bc2 (patch) | |
| tree | 362488320efc286aa30691c4af70dbeb87f4b312 | |
| parent | 27ac4ea4bf36dc3bc6df8c39c0065f402e745038 (diff) | |
| download | krename-r14.1.x.tar.gz krename-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 420652e0cb4f4dba9d657f4fe57de3d506f1e320)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 289dd8c..9f9d827 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) |
