diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
commit | 8ac2f4f798012203d770049eb4a4374a3c5390ed (patch) | |
tree | 6d4c118216a6a655c75cd7350c06fb52263747dd /kde-modules/KDECompilerSettings.cmake | |
parent | 2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff) | |
download | extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'kde-modules/KDECompilerSettings.cmake')
-rw-r--r-- | kde-modules/KDECompilerSettings.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index ce20fdf7..ead3b31b 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -26,7 +26,7 @@ Since 5.85 newer settings are controlled by a variable ``KDE_COMPILERSETTINGS_LEVEL``, taking an ECM version as value. That version can not be greater than the minimum required ECM version. The settings which are default at that version will then be used, -but can be overriden by more fine-grained controls (see respective settings). +but can be overridden by more fine-grained controls (see respective settings). This variable needs to be set before including this module, otherwise defaults to the minimum required ECM version. @@ -48,7 +48,7 @@ Otherwise: - ``CMAKE_C_EXTENSIONS``: not modified If the variable ``CMAKE_C_STANDARD`` is already set when including this module, -none of the above variables will be modifed. +none of the above variables will be modified. The following CMake C++ standard default variables are set: @@ -65,7 +65,7 @@ Otherwise: - ``CMAKE_CXX_EXTENSIONS``: not modified. If the variable ``CMAKE_CXX_STANDARD`` is already set when including this module, -none of the above variables will be modifed. +none of the above variables will be modified. The following C++ compiler flags are set: |