diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:13:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:20:18 +0900 |
| commit | 7e66117e738cb9f316c36552a726f6449b92d108 (patch) | |
| tree | eaee8f8d4fa8a59c35af9bec7723fc32c2eb2e72 | |
| parent | 25241f43478ef2084e16e9ecc3c43cdb969c5649 (diff) | |
| download | filelight-r14.1.x.tar.gz filelight-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 199ef1ce1fb4b0c7e8fff9777df54a8c9cb6c684)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index e58e0ea..577a887 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -12,7 +12,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
