mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
Help: Fix typos found by the rst-directive-colons hook
The corresponding `pre-commit` configuration is coming in the separate MR. Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ current C++ toolchain. Support for C++\<NN\> may be detected using a
|
||||
``<NN> IN_LIST CMAKE_CXX_COMPILER_IMPORT_STD`` predicate with the
|
||||
:command:`if` command.
|
||||
|
||||
.. note ::
|
||||
.. note::
|
||||
|
||||
This variable is meaningful only when experimental support for ``import
|
||||
std;`` has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_IMPORT_STD`` gate.
|
||||
|
||||
@@ -6,7 +6,7 @@ CMAKE_CXX_MODULE_STD
|
||||
Whether to add utility targets as dependencies to targets with at least
|
||||
``cxx_std_23`` or not.
|
||||
|
||||
.. note ::
|
||||
.. note::
|
||||
|
||||
This setting is meaningful only when experimental support for ``import
|
||||
std;`` has been enabled by the ``CMAKE_EXPERIMENTAL_CXX_IMPORT_STD`` gate.
|
||||
|
||||
@@ -3,7 +3,7 @@ CMAKE_EXPORT_BUILD_DATABASE
|
||||
|
||||
.. versionadded:: 3.31
|
||||
|
||||
.. note ::
|
||||
.. note::
|
||||
|
||||
This variable is meaningful only when experimental support for build
|
||||
databases has been enabled by the
|
||||
|
||||
Reference in New Issue
Block a user