diff options
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/if.rst | 2 | ||||
-rw-r--r-- | Help/release/3.15.rst | 7 | ||||
-rw-r--r-- | Help/variable/CMAKE_MESSAGE_INDENT.rst | 4 |
3 files changed, 12 insertions, 1 deletions
diff --git a/Help/command/if.rst b/Help/command/if.rst index d8e3a45..be992df 100644 --- a/Help/command/if.rst +++ b/Help/command/if.rst @@ -29,6 +29,8 @@ If used, it must be a verbatim repeat of the argument of the opening ``if`` command. +.. _`Condition Syntax`: + Condition Syntax ^^^^^^^^^^^^^^^^ diff --git a/Help/release/3.15.rst b/Help/release/3.15.rst index 4f53466..b0365ba 100644 --- a/Help/release/3.15.rst +++ b/Help/release/3.15.rst @@ -362,3 +362,10 @@ Changes made since CMake 3.15.0 include the following. always runs in a mode aware of C++14. * Preliminary Swift support added in 3.15.0 has been updated. + +3.15.2 +------ + +* In CMake 3.15.0 and 3.15.1 the :variable:`CMAKE_FIND_PACKAGE_PREFER_CONFIG` + variable caused the :command:`find_package` command to fail on a missing + package even without the ``REQUIRED`` option. This has been fixed. diff --git a/Help/variable/CMAKE_MESSAGE_INDENT.rst b/Help/variable/CMAKE_MESSAGE_INDENT.rst index f7975ab..7e44a4c 100644 --- a/Help/variable/CMAKE_MESSAGE_INDENT.rst +++ b/Help/variable/CMAKE_MESSAGE_INDENT.rst @@ -23,8 +23,10 @@ Example: Which results in the following output: +.. code-block:: none + -- Collected items in the "listVar": -- one -- two - -- tree + -- three -- No more indent |