X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=b2514fb0fb8b15e80573f64aebb39043ce48babc;hb=f902e2a3f15308fda09171c8c3a63201807c1589;hp=cbdccb0a8fc5101db3a83f275343b9926dfcb187;hpb=34b392fa962cf123d25a685aa983d79ede02f3cd;p=tools%2Fmedcoupling.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cbdccb0a8..b2514fb0f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021 CEA/DEN, EDF R&D +# Copyright (C) 2015-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 @@ -17,6 +17,10 @@ # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # +if(MED_INT_IS_LONG) + add_definitions(-DMED_INT_IS_LONG) +endif(MED_INT_IS_LONG) + # InterpKERNEL ADD_SUBDIRECTORY(INTERP_KERNEL) IF(MEDCOUPLING_BUILD_TESTS)