diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:21:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:40:59 +0900 |
| commit | a1ea5dcd0198813566c9d0a4c55d55fa0d1add38 (patch) | |
| tree | 45d9e266747b8b75653d42ceded8cf3cdb96eda5 | |
| parent | aa50195215adca66e19a1bbaaa45791a570d4c77 (diff) | |
| download | tqscintilla-r14.1.x.tar.gz tqscintilla-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 0d994ada7f7a6a18145187cf6708e2501f457e86)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index b1399ef..94aa7aa 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,7 +9,7 @@ # required stuff find_package( TQt ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
