From: Matthias Maier Date: Fri, 25 Nov 2022 13:16:24 +0000 (-0600) Subject: CMake: rename all find modules to DEAL_II_* X-Git-Tag: v9.5.0-rc1~808^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f457478089e727770012de90f3c276f03b9372;p=dealii.git CMake: rename all find modules to DEAL_II_* This avoids inclusion clashes and accidental calls to our (internal) find modules from external cmake project configurations. --- diff --git a/cmake/modules/FindADOLC.cmake b/cmake/modules/FindDEAL_II_ADOLC.cmake similarity index 100% rename from cmake/modules/FindADOLC.cmake rename to cmake/modules/FindDEAL_II_ADOLC.cmake diff --git a/cmake/modules/FindARBORX.cmake b/cmake/modules/FindDEAL_II_ARBORX.cmake similarity index 100% rename from cmake/modules/FindARBORX.cmake rename to cmake/modules/FindDEAL_II_ARBORX.cmake diff --git a/cmake/modules/FindARPACK.cmake b/cmake/modules/FindDEAL_II_ARPACK.cmake similarity index 100% rename from cmake/modules/FindARPACK.cmake rename to cmake/modules/FindDEAL_II_ARPACK.cmake diff --git a/cmake/modules/FindASSIMP.cmake b/cmake/modules/FindDEAL_II_ASSIMP.cmake similarity index 100% rename from cmake/modules/FindASSIMP.cmake rename to cmake/modules/FindDEAL_II_ASSIMP.cmake diff --git a/cmake/modules/FindBOOST.cmake b/cmake/modules/FindDEAL_II_BOOST.cmake similarity index 100% rename from cmake/modules/FindBOOST.cmake rename to cmake/modules/FindDEAL_II_BOOST.cmake diff --git a/cmake/modules/FindCGAL.cmake b/cmake/modules/FindDEAL_II_CGAL.cmake similarity index 100% rename from cmake/modules/FindCGAL.cmake rename to cmake/modules/FindDEAL_II_CGAL.cmake diff --git a/cmake/modules/FindCUDA.cmake b/cmake/modules/FindDEAL_II_CUDA.cmake similarity index 100% rename from cmake/modules/FindCUDA.cmake rename to cmake/modules/FindDEAL_II_CUDA.cmake diff --git a/cmake/modules/FindGINKGO.cmake b/cmake/modules/FindDEAL_II_GINKGO.cmake similarity index 100% rename from cmake/modules/FindGINKGO.cmake rename to cmake/modules/FindDEAL_II_GINKGO.cmake diff --git a/cmake/modules/FindGMSH.cmake b/cmake/modules/FindDEAL_II_GMSH.cmake similarity index 100% rename from cmake/modules/FindGMSH.cmake rename to cmake/modules/FindDEAL_II_GMSH.cmake diff --git a/cmake/modules/FindGSL.cmake b/cmake/modules/FindDEAL_II_GSL.cmake similarity index 100% rename from cmake/modules/FindGSL.cmake rename to cmake/modules/FindDEAL_II_GSL.cmake diff --git a/cmake/modules/FindHDF5.cmake b/cmake/modules/FindDEAL_II_HDF5.cmake similarity index 100% rename from cmake/modules/FindHDF5.cmake rename to cmake/modules/FindDEAL_II_HDF5.cmake diff --git a/cmake/modules/FindKOKKOS.cmake b/cmake/modules/FindDEAL_II_KOKKOS.cmake similarity index 100% rename from cmake/modules/FindKOKKOS.cmake rename to cmake/modules/FindDEAL_II_KOKKOS.cmake diff --git a/cmake/modules/FindLAPACK.cmake b/cmake/modules/FindDEAL_II_LAPACK.cmake similarity index 100% rename from cmake/modules/FindLAPACK.cmake rename to cmake/modules/FindDEAL_II_LAPACK.cmake diff --git a/cmake/modules/FindMETIS.cmake b/cmake/modules/FindDEAL_II_METIS.cmake similarity index 100% rename from cmake/modules/FindMETIS.cmake rename to cmake/modules/FindDEAL_II_METIS.cmake diff --git a/cmake/modules/FindMPI.cmake b/cmake/modules/FindDEAL_II_MPI.cmake similarity index 100% rename from cmake/modules/FindMPI.cmake rename to cmake/modules/FindDEAL_II_MPI.cmake diff --git a/cmake/modules/FindMUPARSER.cmake b/cmake/modules/FindDEAL_II_MUPARSER.cmake similarity index 100% rename from cmake/modules/FindMUPARSER.cmake rename to cmake/modules/FindDEAL_II_MUPARSER.cmake diff --git a/cmake/modules/FindOPENCASCADE.cmake b/cmake/modules/FindDEAL_II_OPENCASCADE.cmake similarity index 100% rename from cmake/modules/FindOPENCASCADE.cmake rename to cmake/modules/FindDEAL_II_OPENCASCADE.cmake diff --git a/cmake/modules/FindP4EST.cmake b/cmake/modules/FindDEAL_II_P4EST.cmake similarity index 100% rename from cmake/modules/FindP4EST.cmake rename to cmake/modules/FindDEAL_II_P4EST.cmake diff --git a/cmake/modules/FindPETSC.cmake b/cmake/modules/FindDEAL_II_PETSC.cmake similarity index 100% rename from cmake/modules/FindPETSC.cmake rename to cmake/modules/FindDEAL_II_PETSC.cmake diff --git a/cmake/modules/FindSCALAPACK.cmake b/cmake/modules/FindDEAL_II_SCALAPACK.cmake similarity index 100% rename from cmake/modules/FindSCALAPACK.cmake rename to cmake/modules/FindDEAL_II_SCALAPACK.cmake diff --git a/cmake/modules/FindSLEPC.cmake b/cmake/modules/FindDEAL_II_SLEPC.cmake similarity index 100% rename from cmake/modules/FindSLEPC.cmake rename to cmake/modules/FindDEAL_II_SLEPC.cmake diff --git a/cmake/modules/FindSUNDIALS.cmake b/cmake/modules/FindDEAL_II_SUNDIALS.cmake similarity index 100% rename from cmake/modules/FindSUNDIALS.cmake rename to cmake/modules/FindDEAL_II_SUNDIALS.cmake diff --git a/cmake/modules/FindSYMENGINE.cmake b/cmake/modules/FindDEAL_II_SYMENGINE.cmake similarity index 100% rename from cmake/modules/FindSYMENGINE.cmake rename to cmake/modules/FindDEAL_II_SYMENGINE.cmake diff --git a/cmake/modules/FindTASKFLOW.cmake b/cmake/modules/FindDEAL_II_TASKFLOW.cmake similarity index 100% rename from cmake/modules/FindTASKFLOW.cmake rename to cmake/modules/FindDEAL_II_TASKFLOW.cmake diff --git a/cmake/modules/FindTBB.cmake b/cmake/modules/FindDEAL_II_TBB.cmake similarity index 100% rename from cmake/modules/FindTBB.cmake rename to cmake/modules/FindDEAL_II_TBB.cmake diff --git a/cmake/modules/FindTRILINOS.cmake b/cmake/modules/FindDEAL_II_TRILINOS.cmake similarity index 100% rename from cmake/modules/FindTRILINOS.cmake rename to cmake/modules/FindDEAL_II_TRILINOS.cmake diff --git a/cmake/modules/FindUMFPACK.cmake b/cmake/modules/FindDEAL_II_UMFPACK.cmake similarity index 100% rename from cmake/modules/FindUMFPACK.cmake rename to cmake/modules/FindDEAL_II_UMFPACK.cmake diff --git a/cmake/modules/FindZLIB.cmake b/cmake/modules/FindDEAL_II_ZLIB.cmake similarity index 100% rename from cmake/modules/FindZLIB.cmake rename to cmake/modules/FindDEAL_II_ZLIB.cmake