diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2025-12-17 05:04:46 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-12-17 05:04:46 +0100 |
| commit | e7700ffc7aa233679502098ec592aeeb704c109e (patch) | |
| tree | 8521d0531cbb7c0306430ce2570cadb1a7b75a94 | |
| parent | c0e37ab00518f8d0d609cf84f11c1423b27a02f4 (diff) | |
| download | dbus-tqt-r14.1.x.tar.gz dbus-tqt-r14.1.x.zip | |
Rename 'tde_setup_architecture_flags' to a more appropriate 'tde_setup_compiler_flags'r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
| -rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 6c16971..e09feb5 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -11,7 +11,7 @@ ##### setup architecture flags ################## -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) |
