Salome HOME
Merge branch 'V7_3_1_BR' into akl/tests_update
[modules/paravis.git] / src / Plugins / CMakeLists.txt
index 64238c27655745848a178c0e853a35ab5b445718..b792349206a0b3c236b8c2532958cbfa0ea7291a 100755 (executable)
 
 INCLUDE(${PARAVIEW_USE_FILE})
 
+IF(WIN32)
+  REMOVE_DEFINITIONS(-D_SECURE_SCL=0 -D_SECURE_SCL_THROWS=0)
+  IF(NOT CMAKE_BUILD_TYPE STREQUAL "RELEASE" AND NOT CMAKE_BUILD_TYPE STREQUAL "Release")
+    REMOVE_DEFINITIONS(-D_HAS_ITERATOR_DEBUGGING=0)  
+  ENDIF() 
+ENDIF() 
+
 SET(_subdirs
   #Filter 
   #ToolBar 
-  MedReader 
+  MEDReader 
   ParaMEDCorba 
   TableReader 
   NavigationMode 
-  IntegrationPoints
   ElevationSurface
   ScaleVector
   )