diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:56:25 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:56:25 +0900 |
| commit | c526a47c09a1da3c70a57c5d56c01f931532f71a (patch) | |
| tree | 5e2ab706451b00e8bd10dcdb935a60d67638e895 | |
| parent | d1a4f2a60dbf050fc3f15492fe7bac05c9f6353e (diff) | |
| download | konversation-c526a47c09a1da3c70a57c5d56c01f931532f71a.tar.gz konversation-c526a47c09a1da3c70a57c5d56c01f931532f71a.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 5794538..7582383 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -14,7 +14,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
