diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:00:15 +0900 |
| commit | 35bd09d8ddbbc6d693b663456f11ad49c8d8afee (patch) | |
| tree | ccd2ca5b2fb9379cf4710f1f72e6232a3e0bdd6c | |
| parent | ee74a6b067c8d0d317ea7c14873ab9db15785161 (diff) | |
| download | tdesudo-r14.1.x.tar.gz tdesudo-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 49f5620b4609006c973be48c60c9c7ea6d77bf87)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 0b84648..3ed9ecc 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) |
