diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:01:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:53:53 +0900 |
| commit | 9dae86c990a58dc8fdd14a897efc161a23f3464c (patch) | |
| tree | b778448d3173b17e2f626c0cf2a3c008386547b3 | |
| parent | fcb0c1ca1d42878a4f95653fbebf4738a645ca9c (diff) | |
| download | keximdb-r14.1.x.tar.gz keximdb-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 a8a181f43ce8b1c8b68aaa9fe87f2b098a29d27e)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d774db5..e573b1f 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) |
