Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / adm_local / unix / config_files / CMakeLists.txt
index 4e458c433a9fc7fb311055685b132bbcb27eaf92..75dc172689b720780ce3c799169f27237f42d68d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2015  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2020  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})