summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2024-06-11 07:23:36 +0900
committerwchang kim <wchang.kim@samsung.com>2024-06-11 07:23:36 +0900
commitcbf9eb20c66a62fa71711f78e4d8026851f22d4d (patch)
treece400219ffa7edcf8bf798c588e3f7cebd974d87
parent95e86e008581b374bc8a8c1dc4ce299530036156 (diff)
downloadOpen3D-tizen.tar.gz
Open3D-tizen.tar.bz2
Open3D-tizen.zip
Change-Id: Id775e0a86fd013b8f4697e0e1c41e6febfefff3c
-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")