diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:12:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:16:58 +0900 |
| commit | 2f5a393e4a0f24462abb7880b9af1524bf613ce8 (patch) | |
| tree | 16b022d0c13ea85579189df2602eff46f15e0e18 | |
| parent | 630590d052e483cb6a0b0e9725480689af5e1621 (diff) | |
| download | twin-style-dekorator-r14.1.x.tar.gz twin-style-dekorator-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 ccfbd3436ba6f237419cb4158a67393268bdf575)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d1e3778..60ed46e 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) |
