aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 4d6a0ad7..540d2e8e 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -423,6 +423,8 @@ else (_kdeBootStrapping)
if (NOT KDE_MIN_VERSION)
if (KDE4_FIND_VERSION_MAJOR)
set(KDE_MIN_VERSION "${KDE4_FIND_VERSION_MAJOR}.${KDE4_FIND_VERSION_MINOR}.${KDE4_FIND_VERSION_PATCH}")
+ else (KDE4_FIND_VERSION_MAJOR)
+ set(KDE_MIN_VERSION "4.0.0")
endif (KDE4_FIND_VERSION_MAJOR)
endif (NOT KDE_MIN_VERSION)