diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:55:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:37:05 +0900 |
| commit | 9211219a3ae664a88745f2cd6312f241e6feee7f (patch) | |
| tree | ff239e16923f2c0edc8734a5a2ee5604d1118d5a | |
| parent | aefe50401fd49ed19b4cbba01fc9d7316515092c (diff) | |
| download | ksquirrel-r14.1.x.tar.gz ksquirrel-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 208bc0c09fb16957242c5dd0da63beacab82328f)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 7a9c78a..011cf4a 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) |
