mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
e2b1f0583f
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.
6 lines
174 B
ReStructuredText
6 lines
174 B
ReStructuredText
try-run-link-libraries
|
|
----------------------
|
|
|
|
* The :command:`try_run` command learned to honor the ``LINK_LIBRARIES``
|
|
option just as :command:`try_compile` already does.
|