diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:07:31 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:05:49 +0900 |
| commit | e7a10fa951cf8fa721e9bd66921357c94c60062b (patch) | |
| tree | 29a9e6492bd139b30456eff7d4b2248432834667 | |
| parent | 17fcb3afe88f97c44ba36efbe43cc31362036e89 (diff) | |
| download | kvkbd-r14.1.x.tar.gz kvkbd-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 5574301d34929b1cd994c221294277c1f714deaf)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index cb2a1b8..b735742 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) |
