diff options
author | 權少 <ljqican@163.com> | 2024-06-26 06:08:12 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-06-26 13:06:17 (GMT) |
commit | 727d25152be31867843247295905a32a67c49fb9 (patch) | |
tree | 2d4b5fd7409d9901fcdcb52bc9256911e9d2f908 /Help | |
parent | 6241e47184812550190fb1a4345756aaba1a1c35 (diff) | |
download | CMake-727d25152be31867843247295905a32a67c49fb9.zip CMake-727d25152be31867843247295905a32a67c49fb9.tar.gz CMake-727d25152be31867843247295905a32a67c49fb9.tar.bz2 |
Help: Fix typo in cmake-cxxmodules(7) note syntax
Fix a typo from commit 5bbd2c12db (Help/cmake-cxxmodules: describe the
compilation strategy, 2024-03-26, v3.30.0-rc1~251^2~22).
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-cxxmodules.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-cxxmodules.7.rst b/Help/manual/cmake-cxxmodules.7.rst index 840d65f..201a415 100644 --- a/Help/manual/cmake-cxxmodules.7.rst +++ b/Help/manual/cmake-cxxmodules.7.rst @@ -44,7 +44,7 @@ targets with C++ modules. .. _`P1689R5`: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1689r5.html -.. note: +.. note:: CMake is focusing on correct builds before looking at performance improvements. There are known tactics within the chosen strategy which may |