Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests/RunCMake: Update cmake_minimum_required versions | Brad King | 2020-06-18 | 1 | -1/+1 |
| | | | | Use 3.3 or 2.8.12 where possible. | ||||
* | Cygwin: Avoid legacy warnings in RunCMake.* tests | Brad King | 2013-08-13 | 1 | -1/+1 |
| | | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. | ||||
* | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 1 | -0/+3 |
The properties are evaluated as link-dependent interface properties when evaluating the generator expressions. |