Salome HOME
Various fixes for test runs - introducing MEDCOUPLING_RESOURCE_DIR env variable
[tools/medcoupling.git] / adm_local / unix / config_files / CMakeLists.txt
index 71776f10b0da51a7c9c134d500237e78b4dd2b7f..75dc172689b720780ce3c799169f27237f42d68d 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 #
 
 SET(dist_admlocalm4_DATA
-    ac_check_sizeof_fortran.m4
-    check_GUI.m4
-    check_Med.m4
-    check_Med2.m4
-    check_med3.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})