diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:59:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:49:33 +0900 |
| commit | 337360f411a30352be7ec0ef23c4a1e6b3e12f6e (patch) | |
| tree | 4c2586371555a4bd78de25ecb00d7129f978d944 | |
| parent | 06f9177f543b9404cb78d3e6c4481dba3adf88fd (diff) | |
| download | kaffeine-r14.1.x.tar.gz kaffeine-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 72b168294093efb120b8d9cf3c498976bfb7c246)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index b3becf2..c4db751 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) |
