diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:11:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:15:37 +0900 |
| commit | a96ecf8f1cc86c46ee5800f0209f341a69d3383e (patch) | |
| tree | 833e581d59034e3a0d66c65c3d12b29c1b310890 | |
| parent | 9dec2dce9536700ec34f4d7891f2902e32904dec (diff) | |
| download | tde-style-ia-ora-r14.1.x.tar.gz tde-style-ia-ora-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 9ce6d3835728934f7b2fed7336060fe95b0370ab)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 63bda27..afc4eff 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) |
