diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:19:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:32:43 +0900 |
| commit | c75e5d95f204bc8716ba4a9ba72be2f3fc190592 (patch) | |
| tree | f7ec18eb53f3c4493b1c0e4a3b3234648e5d2c2b | |
| parent | 5f7b2eed9d554a8ee935065534be57de37d6a6b1 (diff) | |
| download | tdevelop-c75e5d95f204bc8716ba4a9ba72be2f3fc190592.tar.gz tdevelop-c75e5d95f204bc8716ba4a9ba72be2f3fc190592.zip | |
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4c181c3805d3d83d112f5d3b1cd080d99942a048)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index dae26834..158801bd 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
