Salome HOME
Improve GeomAlgoAPI_ShapeTools::volume() method to return the volume of the shape...
[modules/shaper.git] / src / ModelGeomAlgo / CMakeLists.txt
index 45fc4df8f377a9128a77e1418cfc9e10c7a42f6c..104e569039409d8072bd64e8630ccb2202e2efca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -41,7 +41,7 @@ SET(PROJECT_LIBRARIES
     ModelAPI
 )
 
-SET(CMAKE_SWIG_FLAGS -threads -Wall)
+SET(CMAKE_SWIG_FLAGS -threads -w325,321,362,383,302,403)
 ADD_DEFINITIONS(-DMODELGEOMALGO_EXPORTS)
 
 ADD_LIBRARY(ModelGeomAlgo SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS})