summaryrefslogtreecommitdiffstats
path: root/Help/command/target_sources.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-08-09 17:05:34 (GMT)
committerBrad King <brad.king@kitware.com>2022-08-09 17:05:34 (GMT)
commit5d76ff601977eaa07489f55478c4ff132f55cfa7 (patch)
tree51e6d17abb98a7e4d92ef3bac7cd11b28645c2e4 /Help/command/target_sources.rst
parentf7a13beaa4e7ef262004e37997ffc5d856fc26f2 (diff)
downloadCMake-5d76ff601977eaa07489f55478c4ff132f55cfa7.zip
CMake-5d76ff601977eaa07489f55478c4ff132f55cfa7.tar.gz
CMake-5d76ff601977eaa07489f55478c4ff132f55cfa7.tar.bz2
Help: Fix formatting of CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API notes
Diffstat (limited to 'Help/command/target_sources.rst')
-rw-r--r--Help/command/target_sources.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Help/command/target_sources.rst b/Help/command/target_sources.rst
index a079307..146b850 100644
--- a/Help/command/target_sources.rst
+++ b/Help/command/target_sources.rst
@@ -83,9 +83,9 @@ files within those directories. The acceptable types include:
``CXX_MODULES``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
Sources which contain C++ interface module or partition units (i.e., those
using the ``export`` keyword). This file set type may not have an
@@ -93,9 +93,9 @@ files within those directories. The acceptable types include:
``CXX_MODULE_HEADER_UNITS``
-.. note ::
+ .. note ::
- Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
+ Experimental. Gated by ``CMAKE_EXPERIMENTAL_CXX_MODULE_CMAKE_API``
C++ header sources which may be imported by other C++ source code. This file
set type may not have an ``INTERFACE`` scope except on ``IMPORTED`` targets.