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 be0c8eab25
commit 85109240b5

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 ()