diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:20:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:40:17 +0900 |
| commit | 07e6f22892cf54c3a3352c4d73d2018463ede959 (patch) | |
| tree | e099bd4e8c9a09fdd4772bc537fd9950252aef0b | |
| parent | a3d434aee6a3a2d88407d294bd37d5aa3b70cf21 (diff) | |
| download | libcarddav-r14.1.x.tar.gz libcarddav-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 ac28e30323f0b384384fb568be9df89024df3cd2)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ead6ab6..90dfcba 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -9,7 +9,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
