diff options
-rw-r--r-- | indra/cmake/00-Common.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/cmake/00-Common.cmake b/indra/cmake/00-Common.cmake index 396a01b61a..c345cfac5c 100644 --- a/indra/cmake/00-Common.cmake +++ b/indra/cmake/00-Common.cmake @@ -138,6 +138,7 @@ if (LINUX OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD") -pthread -Wno-parentheses -Wno-deprecated + -Wno-c++20-compat ) if (NOT BUILD_SHARED_LIBS) |