diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:10:55 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:14:41 +0900 |
| commit | c41f023a50386dc99208d773b95bf65f711b3492 (patch) | |
| tree | 8c90a6524831644be9052904b1c720105149a53c | |
| parent | cffd7e8dac8d88031b516ccc3bd56b344c674b12 (diff) | |
| download | kgtk-qt3-r14.1.x.tar.gz kgtk-qt3-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 45d1d610aab1dddea1f5e36bb2d6d7c5db6d9828)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 2a90541..31f5cc9 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -14,7 +14,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
