diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2025-12-17 05:01:41 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2025-12-17 05:01:41 +0100 |
| commit | b5476dea6b45602622032d9087264ffe448e3e01 (patch) | |
| tree | 362b69d40ba267143b4e8824669a4c0d38521baa | |
| parent | 1e47a12126905f620ab309d0b9ab887a7cefad8a (diff) | |
| download | tqtinterface-r14.1.x.tar.gz tqtinterface-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 b1068f3..7c77820 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) |
