mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 11:50:11 -05:00
Help: Fix typo in cmake-compile-features(7) manual
Fix spelling 'execptions' => 'exceptions'.
This commit is contained in:
committed by
Brad King
parent
433c6d4689
commit
64f8c5336b
@@ -28,7 +28,7 @@ CMake knows are known to the compiler, regardless of language standard
|
|||||||
or compile flags needed to use them.
|
or compile flags needed to use them.
|
||||||
|
|
||||||
Features known to CMake are named mostly following the same convention
|
Features known to CMake are named mostly following the same convention
|
||||||
as the Clang feature test macros. The are some execptions, such as
|
as the Clang feature test macros. The are some exceptions, such as
|
||||||
CMake using ``cxx_final`` and ``cxx_override`` instead of the single
|
CMake using ``cxx_final`` and ``cxx_override`` instead of the single
|
||||||
``cxx_override_control`` used by Clang.
|
``cxx_override_control`` used by Clang.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user