diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:59:46 +0900 |
| commit | ec667fd51650a9cd88e8239755e35904d9dbbb59 (patch) | |
| tree | 13a5bade5dc8db3ec7d0788c3dc82c74cd61bf02 | |
| parent | 1e811349e7a127c59f0a2ebd95c8b79a9baba849 (diff) | |
| download | tdealternatives-r14.1.x.tar.gz tdealternatives-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 eb8e37113721870919d64c649b02e2976865f86e)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 57d5f51..768194b 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 ) |
