diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:14:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:21:40 +0900 |
| commit | 0f95427377c1823e0d76ff4aca40e356c60f2ea1 (patch) | |
| tree | 7525c95e50e8730a3fde58f6bcb66f20240c7720 | |
| parent | 33ea62d2c9404a4949a8d5635b4cdea1cc96f17a (diff) | |
| download | knutclient-r14.1.x.tar.gz knutclient-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 610614be02fb2dd758ba8f6cc379047c252aaf51)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 289dd8c..9f9d827 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) |
