diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-07-13 04:29:44 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2023-08-04 09:16:28 (GMT) |
commit | 03208d9e18b9e99871a145a91b7453b17c5b4c23 (patch) | |
tree | f98b94f6f82d7d15a589250d72f9496df165f5d0 | |
parent | 6e4822a035d1af77b9a86e36cdd213c3d2fce54c (diff) | |
download | CMake-03208d9e18b9e99871a145a91b7453b17c5b4c23.zip CMake-03208d9e18b9e99871a145a91b7453b17c5b4c23.tar.gz CMake-03208d9e18b9e99871a145a91b7453b17c5b4c23.tar.bz2 |
Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs
-rw-r--r-- | Help/manual/cmake-generator-expressions.7.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index 8c3f2d7..86ae0a4 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -2267,9 +2267,9 @@ In the following, the phrase "the ``tgt`` filename" means the name of the section for details. Many :ref:`Find Modules` produce imported targets with the ``UNKNOWN`` type and therefore will be ignored. -On platforms that support runtime paths (``RPATH``), refer to the -:prop_tgt:`INSTALL_RPATH` target property. -On Apple platforms, refer to the :prop_tgt:`INSTALL_NAME_DIR` target property. + On platforms that support runtime paths (``RPATH``), refer to the + :prop_tgt:`INSTALL_RPATH` target property. + On Apple platforms, refer to the :prop_tgt:`INSTALL_NAME_DIR` target property. .. genex:: $<TARGET_RUNTIME_DLL_DIRS:tgt> |