diff options
Diffstat (limited to 'CMake/TdSetUpCompiler.cmake')
| -rw-r--r-- | CMake/TdSetUpCompiler.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/TdSetUpCompiler.cmake b/CMake/TdSetUpCompiler.cmake index 1ffc24815..b110810ec 100644 --- a/CMake/TdSetUpCompiler.cmake +++ b/CMake/TdSetUpCompiler.cmake @@ -164,6 +164,7 @@ function(td_set_up_compiler) if (GCC AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 13.0)) # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104030 add_cxx_compiler_flag("-Wbidi-chars=none") + add_cxx_compiler_flag("-Wno-bidirectional") endif() if (MINGW) |
