diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:14:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:21:13 +0900 |
| commit | 25dcbe4562a55acc8611b3c6e180ad53128fce04 (patch) | |
| tree | aad4c20cfed97b6b9bb27b0e50e0a7543aabd9e1 | |
| parent | 149b78147d9751c793dc4044eea3b81b49c0916e (diff) | |
| download | kdirstat-r14.1.x.tar.gz kdirstat-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 b9a45e4e31ede7c4645130c895df2e45d7d71f2c)
| -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) |
