Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | try_run: Add support for LINK_LIBRARIES option. | Matt McCormick | 2015-01-26 | 1 | -2/+2 |
| | | | | | | | | Most functionality is already implemented in Source/cmCoreTryCompile.{h,cxx}. Document and improve argument parsing. This functionality is already being used by a number of modules, like CheckCSourceCompiles.cmake, but it is not documented. | ||||
* | try_compile: Add test for bad call error cases | Brad King | 2013-05-31 | 1 | -0/+5 |
Add a RunCMake.try_compile test to cover cases of bad invocation of the try_compile command. |