diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:11:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:15:09 +0900 |
| commit | 84ec73be9809cf2363c05a025c1889aaa7ab144f (patch) | |
| tree | 5b8efb63232661fb59d9e4c4aae34b904643bfe8 | |
| parent | c43d3e02f97df410fc3590e9007f0d0ef458b8d1 (diff) | |
| download | tde-style-baghira-r14.1.x.tar.gz tde-style-baghira-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 46a12a2a70c69fc280ffa8aa4a47f6d955d11457)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 4706530..31c9436 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,7 +10,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
