mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
try_run: Add support for LINK_LIBRARIES option.
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.
This commit is contained in:
committed by
Brad King
parent
07cbe3640e
commit
e2b1f0583f
@@ -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.
|
||||
Reference in New Issue
Block a user