mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-27 07:29:52 +08:00
119763cf38
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. |
||
---|---|---|
.. | ||
ComputeCppCompilerChecks.cmake | ||
ComputeCppIRMap.cmake | ||
Eigen3Config.cmake.in | ||
Eigen3ConfigLegacy.cmake.in | ||
EigenConfigureTesting.cmake | ||
EigenDetermineOSVersion.cmake | ||
EigenDetermineVSServicePack.cmake | ||
EigenTesting.cmake | ||
EigenUninstall.cmake | ||
FindAdolc.cmake | ||
FindBLAS.cmake | ||
FindBLASEXT.cmake | ||
FindCHOLMOD.cmake | ||
FindComputeCpp.cmake | ||
FindEigen2.cmake | ||
FindEigen3.cmake | ||
FindFFTW.cmake | ||
FindGLEW.cmake | ||
FindGMP.cmake | ||
FindGoogleHash.cmake | ||
FindGSL.cmake | ||
FindHWLOC.cmake | ||
FindKLU.cmake | ||
FindLAPACK.cmake | ||
FindMetis.cmake | ||
FindMPFR.cmake | ||
FindPastix.cmake | ||
FindPTSCOTCH.cmake | ||
FindScotch.cmake | ||
FindSPQR.cmake | ||
FindStandardMathLibrary.cmake | ||
FindSuperLU.cmake | ||
FindTriSYCL.cmake | ||
FindUMFPACK.cmake | ||
RegexUtils.cmake | ||
UseEigen3.cmake |