diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:56:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:42:03 +0900 |
| commit | c78b2a7dd1792b0d5c12d9ea3e4cc6191df32e64 (patch) | |
| tree | 346726590c45d039cdb114b9675f3d38b1e20a26 | |
| parent | 40679aaf0d588d745082bda162694a2377931973 (diff) | |
| download | knmap-r14.1.x.tar.gz knmap-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 e22c028a1335f0bfc162f8d3068bcec6c0c59a17)
| -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) |
