diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:54:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:35:55 +0900 |
| commit | dbf85d942a9af8f7ac62637ffb2bc027b3e7e4ff (patch) | |
| tree | 90e3906b2abfaa0f141d65dbd88958992872a7c8 | |
| parent | 9bc7b536f056d595e7c469a9c2a7cb4fbd9ff7da (diff) | |
| download | knights-r14.1.x.tar.gz knights-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 c38931b6a92acac9f834f18300fb8adbe96284c4)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 94a0d6c..6171137 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) |
