diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:57:30 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:43:39 +0900 |
| commit | c592aced11ae2d019f807c87960c7db18e304907 (patch) | |
| tree | f3f0369e5314bf6ed01cce543f177da48ac2a75e | |
| parent | 71ee36f1dfb60fd291afbf80e9aa8d0213668c2e (diff) | |
| download | smb4k-r14.1.x.tar.gz smb4k-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 9ab9c6554c4218afd7ec96e037e0244f9ec85338)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 0b84648..3ed9ecc 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) |
