diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:02:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:55:01 +0900 |
| commit | befdb8d538d660fcdcbedddbdbfa93fccde20b62 (patch) | |
| tree | f29dc81812f37cc94c8f4d51ef6e49c7f538808e /ConfigureChecks.cmake | |
| parent | 4b57a188fbd4ac2439f2a141475222c8d68d67ea (diff) | |
| download | tde-ebook-reader-r14.1.x.tar.gz tde-ebook-reader-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 1ee363806896d58a6c31425315bad3196298bcff)
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 0faaecb..93fc148 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -10,7 +10,7 @@ # required stuff find_package( TQt ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
