diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:59:30 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:49:05 +0900 |
| commit | f6d18a4dc5de2bfe8c48822c1127e47028fb3bbd (patch) | |
| tree | fa3cb17b5cdf7d2691925aba87ba2c44e35ce2bf | |
| parent | 65279ba57a776e39d0a2ef443e92950bc218b9b3 (diff) | |
| download | k3b-r14.1.x.tar.gz k3b-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 fd6c7234a0e6ec5b787aceeebafda6cd9ad9630d)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1030fef..39960e9 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -12,7 +12,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
