diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:06:16 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:04:12 +0900 |
| commit | dd7adaf31ab69e688c57a75f2d466c09d6b16792 (patch) | |
| tree | 8b9dc4591ffec0e8c98b91a7eef385e2a7421357 | |
| parent | 46ded28863e9e1c759cdcf0d31a12a632e115cb7 (diff) | |
| download | knemo-r14.1.x.tar.gz knemo-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 8b4508db575c8c74350f094a4828057f75e246da)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5870728..69656ec 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) |
