Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable_language: Fix test for working compiler with CMP0126 NEW behavior | Brad King | 2021-07-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | Update the logic that converts a `try_compile` result from a cache entry to a normal variable to tolerate an existing normal variable under CMP0126 NEW behavior. Otherwise the `try_compile` result is ignored because CMake uses the false value of the normal variable, and CMake incorrectly reports that the compiler does not work. This went unnoticed for some languages (e.g. C and CXX) because the check for a working compiler is skipped if ABI detection works. It does affect other languages (e.g. CSharp). Fixes: #22423 | ||||
* | Refactor: Use added message types in various modules | Alex Turbov | 2019-11-02 | 1 | -3/+5 |
| | | | | Co-Authored-By: Craig Scott <craig.scott@crascit.com> | ||||
* | Maint: misc. typos | luz.paz | 2018-02-16 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
* | Improve formatting of compiler failure error message | Brad King | 2017-09-19 | 1 | -2/+3 |
| | | | | | | When we report that a compiler was unable to build a simple test program, indent the output of the attempt so that our message formatting will show it as a pre-formatted block. | ||||
* | VS: added support for C# (for Visual Studio 2010, 2012, 2013, 2015) | Michael Stürmer | 2017-01-13 | 1 | -4/+0 |
| | |||||
* | C# support: add compiler detection for MSVC | Michael Stürmer | 2016-12-15 | 1 | -0/+68 |