diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:20:54 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:40:31 +0900 |
| commit | 3310c2f99b1aa7f1ee6c020da52c135c3cdddbb8 (patch) | |
| tree | 2a27899218e8b8381f842e3d93ca40a741076624 | |
| parent | 91cc89ceff50da9850d899ce176bb96d5524d48a (diff) | |
| download | polkit-tqt-r14.1.x.tar.gz polkit-tqt-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 b9cee92dbebd624a75f34a9831070f492ad9aaa4)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 24834b9d3..f2338ad03 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ ##### setup architecture flags ################## -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
