X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESH%2FCMakeLists.txt;h=95a1d3fd000c4a9b1ebd62f7d5395245038b4627;hp=55b8da58434733ba6a1b3160d7358521f2eec9d6;hb=a274ade365bd0f0e19d56c577acc4a13aa1972a7;hpb=456850beda350181d4af970ac59b64c55cde20e3 diff --git a/src/SMESH/CMakeLists.txt b/src/SMESH/CMakeLists.txt index 55b8da584..95a1d3fd0 100644 --- a/src/SMESH/CMakeLists.txt +++ b/src/SMESH/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2020 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2021 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -38,7 +38,6 @@ INCLUDE_DIRECTORIES( ${PROJECT_SOURCE_DIR}/src/SMDS ${PROJECT_SOURCE_DIR}/src/SMESHDS ${PROJECT_SOURCE_DIR}/src/SMESHUtils - ${MEDCOUPLING_INCLUDE_DIRS} ) # additional preprocessor / compiler flags @@ -68,7 +67,6 @@ SET(_link_LIBRARIES MeshDriverUNV MeshDriverGMF ${DriverCGNS_LIB} - ${MEDCoupling_medloader} ) # --- headers --- @@ -88,7 +86,6 @@ SET(SMESHimpl_HEADERS SMESH_MesherHelper.hxx SMESH_ProxyMesh.hxx SMESH_SMESH.hxx - MG_ADAPT.hxx ) # --- sources --- @@ -107,7 +104,6 @@ SET(SMESHimpl_SOURCES SMESH_HypoFilter.cxx SMESH_ProxyMesh.cxx SMESH_MesherHelper.cxx - MG_ADAPT.cxx ) # --- rules ---