diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:14:11 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:20:45 +0900 |
| commit | a245be1a570856527515d6928fc9d361035c86d8 (patch) | |
| tree | fb1a5af0d2ec808b12c320db907911cae7fa2fdb | |
| parent | f02aa21b7283fbcd69e83d26d1c655c50b78633d (diff) | |
| download | kchmviewer-r14.1.x.tar.gz kchmviewer-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 dd4a50496931ac434ee95dc7442c4be7dbb55a74)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 7ec4f10..11afd5f 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -12,7 +12,7 @@ if( WITH_TDE ) find_package( TDE ) endif( ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
