diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:02:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:54:48 +0900 |
| commit | 3dfa98f584afad7b06226ac24478d1be76dd4206 (patch) | |
| tree | b0e1902647b13c2be886cecff5888d99d26369c4 | |
| parent | 7de33020152c637f138316c4ad366bb5790ae210 (diff) | |
| download | kpilot-r14.1.x.tar.gz kpilot-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 ebfd881a3e9e75d2b9acb1f9b62f81034649f25b)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 9116ea0..55049ff 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -14,7 +14,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
