aboutsummaryrefslogtreecommitdiff
path: root/find-modules
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-09-14 19:05:37 +0000
committerFelix Yan <felixonmars@archlinux.org>2020-09-14 19:05:37 +0000
commit4a3659f1d474b8a94bd4d28e1ab919d7d4e6d28c (patch)
treef8fce9f45e2fcf0803068fd242ff766016b59b63 /find-modules
parent34c3050eb037357fa09abe2d96321487da9e17cb (diff)
downloadextra-cmake-modules-4a3659f1d474b8a94bd4d28e1ab919d7d4e6d28c.tar.gz
extra-cmake-modules-4a3659f1d474b8a94bd4d28e1ab919d7d4e6d28c.tar.bz2
Correct a typo in FindKF5.cmake
Diffstat (limited to 'find-modules')
-rw-r--r--find-modules/FindKF5.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindKF5.cmake b/find-modules/FindKF5.cmake
index 129cf2cd..c4221467 100644
--- a/find-modules/FindKF5.cmake
+++ b/find-modules/FindKF5.cmake
@@ -54,7 +54,7 @@ foreach(_module ${KF5_FIND_COMPONENTS})
${_exact_arg} ${_quiet_arg}
CONFIG
)
- # CMake >= 3.17 wants to be explictly told we are fine with name mismatch here
+ # CMake >= 3.17 wants to be explicitly told we are fine with name mismatch here
set(_name_mismatched_arg)
if(NOT CMAKE_VERSION VERSION_LESS 3.17)
set(_name_mismatched_arg NAME_MISMATCHED)