diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:59:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:48:52 +0900 |
| commit | 9db461b39aa90a66899c9c47edf05047bdf3ca84 (patch) | |
| tree | 4cb9d80502b49483ccd9ff65597c74fcf4694e02 | |
| parent | d61c417525b187414b0dbd7fa798ee8a7bd0772e (diff) | |
| download | codeine-r14.1.x.tar.gz codeine-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 737b39d15f47baa872bae39ba5f4f09cef91fd63)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 3a6fd3e..c350138 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) |
