diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:21:28 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:41:13 +0900 |
| commit | 21a03c5fd86c303424feb13e56cf4839217aaf69 (patch) | |
| tree | a317971be2c1172176fac263c1a9abf86ba32383 | |
| parent | 45f6f7105d0cecb58be5b43a00fcade28a997be6 (diff) | |
| download | libkdcraw-r14.1.x.tar.gz libkdcraw-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 fa49ababea14597a9fb9778fd64a8a3e5aba9142)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1864512..54c95eb 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) |
