diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:58:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:47:42 +0900 |
| commit | f1eeb42a3848d23b33500314ad7348ee85559c3a (patch) | |
| tree | 10cb9424ffc3fa0edf179b983a09db30f8587420 | |
| parent | 09752aaae38316c1cedb8606561af88b60d9e8cb (diff) | |
| download | kcmldapcontroller-r14.1.x.tar.gz kcmldapcontroller-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 105c570d04b6d50504dbc88b6c02272f0b23d062)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c5febab..670f59a 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) |
