diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:08:46 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:07:39 +0900 |
| commit | bb0e28a7be0183d71d6d264b306a39a8ad073a14 (patch) | |
| tree | 421acb88efc1a4e48b97dfd00a5d91acbad6ba54 | |
| parent | de364be0611a69b99707dba742b96aa3339c2632 (diff) | |
| download | tdesshaskpass-r14.1.x.tar.gz tdesshaskpass-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 6d6a791eaea263ffd10c39648891ddd614dcc992)
| -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) |
