diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:15:18 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:22:08 +0900 |
| commit | bde51fa3c4905aa0330add5bdb1e4505869c2407 (patch) | |
| tree | 6a616b5c243dbbcb905f166f5138294d19c15601 | |
| parent | 198b4a518f9de6b0cea9bc47797be208a9fb01fc (diff) | |
| download | kompose-r14.1.x.tar.gz kompose-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 6e692868e6b093d0c7a62a3fde719894ee24fea5)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index c371ab2..cccb391 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -16,7 +16,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
