diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:04:59 +0900 |
| commit | a00b0d255068eb2ea53a0d45787a64638e447b80 (patch) | |
| tree | 4f1f50dd4262029dc1d7c33e5c724402d6bb463b | |
| parent | 09c4379361bea4fca83ae225ed2c9e9c78f3f605 (diff) | |
| download | wlassistant-master.tar.gz wlassistant-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 3128330..a12a64f 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) |
