diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:14:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:21:27 +0900 |
| commit | 9f36fa0c10ddc91c580f423d9a310df632295120 (patch) | |
| tree | e6309dccca23655347be4ee33c2799f44b003c1b | |
| parent | f6b5042dbea511f064dc1a4edb3594b83d2ecddd (diff) | |
| download | keep-r14.1.x.tar.gz keep-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 734a0e2121214b7425140f09a120a4f86c3033fb)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1583f86..b3d42d3 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) |
