diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:08:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:06:30 +0900 |
| commit | b261a397bdc213987e6eb5146be9e52f2bfbf1f1 (patch) | |
| tree | d4b9da47d2803a367c9390009234bb8b23358f21 | |
| parent | 227ea38308caf6e7688f9de2de6aec9f283e1a24 (diff) | |
| download | tastymenu-r14.1.x.tar.gz tastymenu-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 7f678a99b555128bdb5b7e830612ef46480ac9bc)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index fa7d77d..f7436dc 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) |
