summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompatibleInterface/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-181-1/+1
| | | | Use 3.3 or 2.8.12 where possible.
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-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 Kelly2013-01-201-0/+3
The properties are evaluated as link-dependent interface properties when evaluating the generator expressions.