diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:55:08 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:36:51 +0900 |
| commit | 743227612bce8345d33117434398ce9a28e6187a (patch) | |
| tree | 564e63f016dc861105d26939a163f3cf82ab7e45 | |
| parent | 5784f694544aad9227519cf1f9f955544b48aa63 (diff) | |
| download | gwenview-r14.1.x.tar.gz gwenview-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 da5c7099e1e4a45969f42455666286986d35b796)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c22eb0b..59e1c67 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) |
