diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:00:29 +0900 |
| commit | c479a9cb9a4a743e796acd208d7908c6adb05326 (patch) | |
| tree | ba43ab967d38d56db8f8edb22b89d5532de9c166 | |
| parent | 1b007cfdf602cc6863b07c828b4fdcc1388ca307 (diff) | |
| download | wlassistant-r14.1.x.tar.gz wlassistant-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 a00b0d255068eb2ea53a0d45787a64638e447b80)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 3128330..a12a64f 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -14,7 +14,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
