diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:52:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:32:01 +0900 |
| commit | 57176459b38d427b8a58e0fff3ae1f22d8801b37 (patch) | |
| tree | 316c51c07edf848acebb6af70d0848eff49a9c95 | |
| parent | a15007f7db7b2022d802bf58c16c2d02ee4f1d3e (diff) | |
| download | kpicosim-r14.1.x.tar.gz kpicosim-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 09976f578fdd42b25abb2ca0dfe17fcf8783a35a)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 289dd8c..9f9d827 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) |
