diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:54:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:36:09 +0900 |
| commit | f4a09f034631dea54dcf4728a06e9bf12bfbf818 (patch) | |
| tree | 7aabc018a1b325a5ca01ce5e1c125527c42e1102 | |
| parent | acbca0ec91e90ac98bb15295d66b999146fa9865 (diff) | |
| download | tdeknighttour-r14.1.x.tar.gz tdeknighttour-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 5d3d0ace3505eeeeab92f0f0890bc50282333e93)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 664dfef..fc72563 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -15,7 +15,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
