[kdelibs/frameworks] cmake/modules: Fix kdelibs aborting with "KDE4Internal not found"
David Faure
faure at kde.org
Sat Feb 18 17:39:51 UTC 2012
Git commit 277344607ad30a3a7c20c5b4de7cf89637996496 by David Faure.
Committed on 18/02/2012 at 18:38.
Pushed by dfaure into branch 'frameworks'.
Fix kdelibs aborting with "KDE4Internal not found"
due to the use of feature_summary at the bottom of CMakeLists.txt
Guys, please test your changes...
CCMAIL: kde-buildsystem at kde.org, kde-frameworks-devel at kde.org
M +1 -0 cmake/modules/FindKDE4Internal.cmake
http://commits.kde.org/kdelibs/277344607ad30a3a7c20c5b4de7cf89637996496
diff --git a/cmake/modules/FindKDE4Internal.cmake b/cmake/modules/FindKDE4Internal.cmake
index 9f9759c..a7b9895 100644
--- a/cmake/modules/FindKDE4Internal.cmake
+++ b/cmake/modules/FindKDE4Internal.cmake
@@ -1275,6 +1275,7 @@ include(${kde_cmake_module_dir}/KDE4Macros.cmake)
set(KDE4_FOUND FALSE)
if (KDE4_INCLUDE_DIR AND KDE4_LIB_DIR AND KDE4_KCFGC_EXECUTABLE AND KDE4_INSTALLED_VERSION_OK)
set(KDE4_FOUND TRUE)
+ set(KDE4Internal_FOUND TRUE) # for feature_summary
endif (KDE4_INCLUDE_DIR AND KDE4_LIB_DIR AND KDE4_KCFGC_EXECUTABLE AND KDE4_INSTALLED_VERSION_OK)
More information about the Kde-buildsystem
mailing list