diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:27 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:27 +0900 |
| commit | eb8e37113721870919d64c649b02e2976865f86e (patch) | |
| tree | f17d34035a57ae3c6e684f7bc9a008ebc2110f57 | |
| parent | c332b94d7865644416565549a12bfa5242e25828 (diff) | |
| download | tdealternatives-master.tar.gz tdealternatives-master.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 57d5f51..768194b 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 ) |
