eigen/cmake
Antonio Sanchez 2bf07fa5b5 Fix Windows CMake compiler/OS detection.
Replaced deprecated `DetermineVSServicePack`macro with recommended
`CMAKE_CXX_COMPILER_VERSION`.

Deleted custom `OSVersion` detection.  The windows-specific code is
highly outdated, and on other systems simply returns `CMAKE_SYSTEM`.
We will get values like `windows-10.0.17763`, but this is preferable
to `unknownwin`, and saves us needing to maintain a separate cmake file.
2021-10-02 16:30:38 +00:00
..
ComputeCppCompilerChecks.cmake
ComputeCppIRMap.cmake
Eigen3Config.cmake.in cmake: remove deprecated package config variables 2021-09-01 19:05:51 +02:00
EigenConfigureTesting.cmake Added a macro to pass arguments to ctest, e.g. to run tests in parallel. 2021-09-17 18:33:12 +00:00
EigenSmokeTestList.cmake Add CMake infrastructure for smoke testing 2021-03-31 22:09:00 +00:00
EigenTesting.cmake Fix Windows CMake compiler/OS detection. 2021-10-02 16:30:38 +00:00
EigenUninstall.cmake
FindAdolc.cmake
FindBLAS.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindBLASEXT.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindCHOLMOD.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindComputeCpp.cmake fix various typos 2021-09-22 16:15:06 +00:00
FindFFTW.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindGLEW.cmake
FindGMP.cmake
FindGoogleHash.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindGSL.cmake
FindHWLOC.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindKLU.cmake
FindLAPACK.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindMetis.cmake
FindMPFR.cmake
FindMPREAL.cmake Fix MPReal detection and support. 2021-08-03 17:55:03 +00:00
FindPASTIX.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindPTSCOTCH.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindSCOTCH.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindSPQR.cmake
FindStandardMathLibrary.cmake
FindSuperLU.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
FindTriSYCL.cmake Fix cmake warnings, FindPASTIX/FindPTSCOTCH. 2021-08-03 17:26:28 +00:00
FindUMFPACK.cmake Eliminate CMake FindPackageHandleStandardArgs warnings. 2021-02-24 09:52:05 +00:00
RegexUtils.cmake