aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindLibKonq.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLibKonq.cmake b/modules/FindLibKonq.cmake
index 365708f8..eaf4c08f 100644
--- a/modules/FindLibKonq.cmake
+++ b/modules/FindLibKonq.cmake
@@ -17,6 +17,6 @@ find_path(LIBKONQ_INCLUDE_DIR konq_popupmenuplugin.h )
find_library(LIBKONQ_LIBRARY konq)
include(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(LIBKONQ DEFAULT_MSG LIBKONQ_INCLUDE_DIR LIBKONG_LIBRARY )
+find_package_handle_standard_args(LIBKONQ DEFAULT_MSG LIBKONQ_INCLUDE_DIR LIBKONQ_LIBRARY )
mark_as_advanced(LIBKONQ_INCLUDE_DIR LIBKONQ_LIBRARY)