diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:10:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:14:14 +0900 |
| commit | 19a59de81f4ab21bd47fe00bf825095f323e701f (patch) | |
| tree | 682f7be7a43d37a76e46a85834e432e2736e0ec5 | |
| parent | 65bd98334c1de4629a3ff37b784daa762162a821 (diff) | |
| download | gtk-qt-engine-r14.1.x.tar.gz gtk-qt-engine-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 ef336a9b1479cdfdcffa008d38081c469b0d3f95)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index a9df6dc..4547a90 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -1,7 +1,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
