From: eap Date: Tue, 2 Jul 2013 10:53:23 +0000 (+0000) Subject: CoTech decision: move MEDWrapper from MED to SMESH X-Git-Tag: B4KillOfAutomake~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1288f236b584499b74ed8a637952f5739a053ba1;p=modules%2Fkernel.git CoTech decision: move MEDWrapper from MED to SMESH + FindMEDFILE.cmake --- diff --git a/salome_adm/cmake_files/CMakeLists.txt b/salome_adm/cmake_files/CMakeLists.txt index 9474cb86c..15bc28e05 100755 --- a/salome_adm/cmake_files/CMakeLists.txt +++ b/salome_adm/cmake_files/CMakeLists.txt @@ -44,6 +44,7 @@ SET(DATA FindSalomeSphinx.cmake FindSalomeSWIG.cmake FindSphinx.cmake + FindMEDFILE.cmake InstallAndCompilePythonFile.cmake UseOmniORB.cmake SalomeMacros.cmake diff --git a/salome_adm/cmake_files/Makefile.am b/salome_adm/cmake_files/Makefile.am index 300ed3f27..c9008e9c8 100644 --- a/salome_adm/cmake_files/Makefile.am +++ b/salome_adm/cmake_files/Makefile.am @@ -44,6 +44,7 @@ FindSalomePython.cmake \ FindSalomeSWIG.cmake \ FindSalomeSphinx.cmake \ FindSphinx.cmake \ +FindMEDFILE.cmake \ InstallAndCompilePythonFile.cmake \ SalomeMacros.cmake \ SalomeSetupPlatform.cmake \