clang/gcc/cmake: [skip ci] suppress deprecated-copy warnings for OpenInventor class SbMatrix

This commit is contained in:
wmayer
2020-06-12 14:49:18 +02:00
parent fa219743d0
commit ac7da8b39f

View File

@@ -174,6 +174,7 @@ SET(MeshGuiIcon_SVG
if (EIGEN3_NO_DEPRECATED_COPY)
set_source_files_properties(
SoFCIndexedFaceSet.cpp
ViewProvider.cpp
PROPERTIES COMPILE_FLAGS ${EIGEN3_NO_DEPRECATED_COPY})
endif ()