diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:03:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:58:11 +0900 |
| commit | 01bf50b13b9081ede1588a43504662760ed419d1 (patch) | |
| tree | f304b943802b96e9ded8c8fad20fe34a3b1ab355 | |
| parent | 4773a0511f7a40387b0f28795c88c14e4235e01d (diff) | |
| download | kima-r14.1.x.tar.gz kima-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 754df3b225d68044ad3dfdcbf0fb76d5a2c11d02)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5fa21c1..e7bce2c 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,7 +10,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
