eigen/bench/spbench
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
..
CMakeLists.txt Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
sp_solver.cpp Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00
spbench.dtd
spbenchsolver.cpp
spbenchsolver.h Add KLU support to spbenchsolver 2020-05-11 21:50:27 +00:00
spbenchstyle.h
test_sparseLU.cpp Make file formatting comply with POSIX and Unix standards 2020-03-23 18:09:02 +00:00