diff options
Diffstat (limited to 'find-modules')
-rw-r--r-- | find-modules/FindKF5.cmake | 2 |
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) |