]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - src/RENUMBER/CMakeLists.txt
Salome HOME
refactor!: remove adm_local/ directory
[tools/medcoupling.git] / src / RENUMBER / CMakeLists.txt
index 1b9b419b69561942e8fe80fc493b5f44ba85631f..62e2166da0796ba155b04c879004bc761ff7a826 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -23,6 +23,10 @@ IF(Boost_FOUND)
   ADD_DEFINITIONS("-DENABLE_BOOST")
 ENDIF(Boost_FOUND)
 
+IF (NOT DEFINED MSVC)
+  ADD_DEFINITIONS(-Wsign-compare -Wconversion)
+ENDIF()
+
 # Include directories
 INCLUDE_DIRECTORIES(
   ${MEDFILE_INCLUDE_DIRS}