eigen/cmake
Antonio Sanchez 119763cf38 Eliminate CMake FindPackageHandleStandardArgs warnings.
CMake complains that the package name does not match when the case
differs, e.g.:
```
CMake Warning (dev) at /usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:273 (message):
  The package name passed to `find_package_handle_standard_args` (UMFPACK)
  does not match the name of the calling package (Umfpack).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindUmfpack.cmake:50 (find_package_handle_standard_args)
  bench/spbench/CMakeLists.txt:24 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
```
Here we rename the libraries to match their true cases.
2021-02-24 09:52:05 +00:00
..
ComputeCppCompilerChecks.cmake Update FindComputeCpp.cmake to fix build problems on Windows 2020-06-05 20:51:20 +00:00
ComputeCppIRMap.cmake Update FindComputeCpp.cmake to fix build problems on Windows 2020-06-05 20:51:20 +00:00
Eigen3Config.cmake.in
Eigen3ConfigLegacy.cmake.in
EigenConfigureTesting.cmake
EigenDetermineOSVersion.cmake
EigenDetermineVSServicePack.cmake
EigenTesting.cmake Add possibility to split test suit build targets and improved CI configuration 2020-08-19 18:27:45 +00:00
EigenUninstall.cmake
FindAdolc.cmake Add missing adolc isinf/isnan. 2021-02-19 22:26:56 +00:00
FindBLAS.cmake
FindBLASEXT.cmake
FindCHOLMOD.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindComputeCpp.cmake Update FindComputeCpp.cmake to fix build problems on Windows 2020-06-05 20:51:20 +00:00
FindEigen2.cmake
FindEigen3.cmake
FindFFTW.cmake
FindGLEW.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
FindGMP.cmake
FindGoogleHash.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindGSL.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
FindHWLOC.cmake
FindKLU.cmake
FindLAPACK.cmake
FindMetis.cmake check for include dirs set 2020-11-26 10:22:46 +00:00
FindMPFR.cmake
FindPastix.cmake
FindPTSCOTCH.cmake
FindScotch.cmake
FindSPQR.cmake
FindStandardMathLibrary.cmake Bug #2036 make sure find_standard_math_library_test_program actually compiles (and is guaranteed to call math functions) 2020-10-24 15:22:21 +02:00
FindSuperLU.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindTriSYCL.cmake
FindUMFPACK.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
RegexUtils.cmake STYLE: Convert CMake-language commands to lower case 2019-10-31 11:36:37 -05:00
UseEigen3.cmake