summaryrefslogtreecommitdiffstats
path: root/Utilities/cmThirdPartyChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Hard-code some try_compile results for third-party librariesBrad King2020-05-271-0/+300
Our bundled third-party libraries perform many `try_compile` checks for compatibility with their upstream build systems. For many of the checks we already know the result for compilers we support for building CMake itself, especially on Windows. Hard-code known results to avoid running the checks.