diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:54:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:36:23 +0900 |
| commit | 6e2ee4e05fe0166c2cc574e3f89ddb802b6695d3 (patch) | |
| tree | ccefc05d6ddf3cb528e9e13b9786a01faf07fecc | |
| parent | 00285ce37e908fa3f9a641e53b36ab4a737def02 (diff) | |
| download | tdepacman-r14.1.x.tar.gz tdepacman-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 1f5d12ce9654005c8c0b635504c2a936dc49c041)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 704762b..e989198 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) |
