diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:15:07 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:21:54 +0900 |
| commit | c2993ab2a2a3b7c892e7269a40d0a8c2ebd8e8e6 (patch) | |
| tree | 77438df4bf73cb159b7996cb3493a16dfd78f0bb | |
| parent | 7f216eca4baab637958d22e1334cdf68ecf69a32 (diff) | |
| download | kommando-r14.1.x.tar.gz kommando-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 5fb4c98696a0205b9fb893bfa2993068e7b3bc5c)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 6f8c441..6b64102 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) |
