diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:13:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:17:53 +0900 |
| commit | ea44785b9e9ad6e46a03cf99196e902b91cc41c3 (patch) | |
| tree | 170f722fef792c5269312990197d88d4fd33b321 | |
| parent | 60b2bbb97f25c60dfd937e09a542808b3ad8e0db (diff) | |
| download | twin-style-suse2-r14.1.x.tar.gz twin-style-suse2-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 bf8e8d7d8bc957da261502b2c54f061d8e2d4384)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index d1e3778..60ed46e 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) |
