summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--3rdparty/assimp/assimp.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/assimp/assimp.cmake b/3rdparty/assimp/assimp.cmake
index 445f363d..fc5b685e 100644
--- a/3rdparty/assimp/assimp.cmake
+++ b/3rdparty/assimp/assimp.cmake
@@ -6,6 +6,8 @@ else()
set(lib_name assimp)
endif()
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-maybe-uninitialized")
+
# IntelLLVM (SYCL) compiler defaults to fast math, causing NaN comparison code
# compilation error.
if(CMAKE_CXX_COMPILER_ID MATCHES "IntelLLVM")