Merge topic 'try-run-link-libraries'

d0adcccb try_run: Add tests for LINK_LIBRARIES with mock libraries.
223c5cb7 try_run: Add test for bad link libraries.
e2b1f058 try_run: Add support for LINK_LIBRARIES option.
This commit is contained in:
Brad King
2015-01-26 10:28:25 -05:00
committed by CMake Topic Stage
13 changed files with 66 additions and 5 deletions
@@ -0,0 +1,5 @@
try-run-link-libraries
----------------------
* The :command:`try_run` command learned to honor the ``LINK_LIBRARIES``
option just as :command:`try_compile` already does.