diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:01:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:54:07 +0900 |
| commit | 6ae76689ffb15061b7ab6d1e9d7388f45d2fecf5 (patch) | |
| tree | a1721849742c43379e822214be645bbcb18666db | |
| parent | 89c6305fa3e9fc7f59f9f83897b269cfa1ed69e5 (diff) | |
| download | kile-r14.1.x.tar.gz kile-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 3cab653b85ad55a41edbde5fadbc543fdaac3019)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 116924c..28fc644 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,7 +9,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
