diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:03:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:59:05 +0900 |
| commit | dca04d24eae5f48eba02f8a98fdb274630b36418 (patch) | |
| tree | ce43608d20f14973659b1234a09a8a0e0917e17e | |
| parent | 5c40c90e27ab0f765f62113436f1197497fffb8b (diff) | |
| download | kmyfirewall-r14.1.x.tar.gz kmyfirewall-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 f1e7fa32d061360603da2164367ca5d0fb9653ca)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 49ee485..e861f4e 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
