diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:22:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:41:55 +0900 |
| commit | dd6b928a07443a22ffa2b04327e38354542ae3f7 (patch) | |
| tree | 458d66ae3fabbd037173933e46d556cc662891ce | |
| parent | f5b49a52fc61ed1c745dcb77e3024ee4024642db (diff) | |
| download | libksquirrel-r14.1.x.tar.gz libksquirrel-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 620b3e0283aeb74a8c091ce9887246e8f04a25f6)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index b00bc15..f11d879 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) |
