diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 12:57:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:43:25 +0900 |
| commit | 0fb4fc62df1571c3ae9cc0d261087b886dd0779e (patch) | |
| tree | 031f6ff8dd5f730d7b7ac30c7871f0d8819688f0 | |
| parent | 80b9ccd193e5c26a5015dfd7904ae67a2c97a1aa (diff) | |
| download | kvpnc-r14.1.x.tar.gz kvpnc-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 9ded07b7e3c8088247c9a5f5daf40d79189ff5ed)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index e9c1d89..b13c9e5 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
