diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:09:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:10:36 +0900 |
| commit | b6f6d50c8521730ab9a6b8faeef500b5a2be2d37 (patch) | |
| tree | 59ab1d80dc16b702483e73b5f4c7f3f7da2ef743 | |
| parent | c6d0c461806a0227121c0f2c6cf0f62c577f762f (diff) | |
| download | tdeio-ftps-r14.1.x.tar.gz tdeio-ftps-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 1d3dfe6ec5e34c7351370cf3f86e801d78c055bc)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 6f7035e..7107124 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) |
