From df8aa3c8add4de253c8eb80129b0893c16d63f2d Mon Sep 17 00:00:00 2001 From: Craig Scott Date: Sun, 24 Feb 2019 17:19:45 +1100 Subject: Help: try_compile() readability and grammar improvements --- Help/command/try_compile.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Help/command/try_compile.rst b/Help/command/try_compile.rst index 032e8ed..7c6bc65 100644 --- a/Help/command/try_compile.rst +++ b/Help/command/try_compile.rst @@ -88,12 +88,12 @@ The options are: given to the ``CMAKE_FLAGS`` option will be ignored. ``LINK_OPTIONS ...`` - Specify link step options to pass to :command:`target_link_options` or - to :prop_tgt:`STATIC_LIBRARY_OPTIONS` target property in the generated - project, depending of the :variable:`CMAKE_TRY_COMPILE_TARGET_TYPE` variable. + Specify link step options to pass to :command:`target_link_options` or to + set the :prop_tgt:`STATIC_LIBRARY_OPTIONS` target property in the generated + project, depending on the :variable:`CMAKE_TRY_COMPILE_TARGET_TYPE` variable. ``OUTPUT_VARIABLE `` - Store the output from the build process the given variable. + Store the output from the build process in the given variable. ``_STANDARD `` Specify the :prop_tgt:`C_STANDARD`, :prop_tgt:`CXX_STANDARD`, @@ -139,8 +139,8 @@ behavior at link time, the ``check_pie_supported()`` command from the :module:`CheckPIESupported` module must be called before using the :command:`try_compile` command. -The current settings of :policy:`CMP0065` and :policy:`CMP0083` are set in the -generated project. +The current settings of :policy:`CMP0065` and :policy:`CMP0083` are propagated +through to the generated test project. Set the :variable:`CMAKE_TRY_COMPILE_CONFIGURATION` variable to choose a build configuration. -- cgit v0.12