diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-12-14 14:03:18 +0900 |
| commit | 3b1e2e87d4cdfc8314ddb2ce2cf84b157619f478 (patch) | |
| tree | 4af1408ac6c27e6d9ec87c6d3b556a8f018f7f5e | |
| parent | 6af8430d344c649bf6e94467673cb857d383272f (diff) | |
| download | kbfx-r14.1.x.tar.gz kbfx-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 2a7e2e31d6a3d833172491d5fdf731bbdcc4c6c0)
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 1e05c63..90a332b 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -12,7 +12,7 @@ # required stuff -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
