Salome HOME
Merge remote-tracking branch 'origin/rnv/autoconf_macros' into V8_1_BR
[tools/medcoupling.git] / adm_local / unix / config_files / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 6fb1895..cccc518
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 #
 
 SET(dist_admlocalm4_DATA
-    ac_check_sizeof_fortran.m4
-    check_GUI.m4
-    check_Med.m4
-    check_Med2.m4
-    check_bft.m4
-    check_fvm.m4
-    check_metis.m4
+    check_MEDCOUPLING.m4
     check_parmetis.m4
     check_scotch.m4
-    med_check_sizeof_medint.m4
-    renumber.m4
-    splitter.m4
-    with_Kernel.m4
 )
-            
+
 FOREACH(f ${dist_admlocalm4_DATA})
   SET(DEST adm_local/unix/config_files)
   INSTALL(FILES ${f} DESTINATION ${DEST})