diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:02:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:02:49 +0900 |
| commit | 4f7749e4f6b2a4e85a6b62f8ab02a5f4a884dccb (patch) | |
| tree | f50db2ab5bbda79be4494b29431dfc2a574b5354 | |
| parent | 2b574c1420053b28ed1041d32055f0c20abd2fab (diff) | |
| download | tellico-master.tar.gz tellico-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 17555e5..fdb5357 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) |
