summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* try_compile: Add test for bad call error casesBrad King2013-05-311-0/+3
Add a RunCMake.try_compile test to cover cases of bad invocation of the try_compile command.