[WebKit-devel] kdereview/kwebkitpart/cmake
Urs Wolfer
uwolfer at kde.org
Sun Jan 31 12:51:07 CET 2010
SVN commit 1082846 by uwolfer:
Rename cmake script (including all content) to match current (final) name; hopefully the last time... Now we need to update all parts which are using it.
CCMAIL:webkit-devel at kde.org
M +0 -1 CMakeLists.txt
M +2 -6 modules/CMakeLists.txt
A modules/FindKWebKitPart.cmake modules/FindWebKitPart.cmake#1082782
D modules/FindWebKitPart.cmake
--- trunk/kdereview/kwebkitpart/cmake/CMakeLists.txt #1082845:1082846
@@ -1,2 +1 @@
add_subdirectory(modules)
-
--- trunk/kdereview/kwebkitpart/cmake/modules/CMakeLists.txt #1082845:1082846
@@ -1,9 +1,5 @@
-# install the cmake files
-find_package(KDE4 REQUIRED)
-
file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
-set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
+set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules)
-install( FILES ${cmakeFiles} DESTINATION ${module_install_dir} )
-
+install(FILES ${cmakeFiles} DESTINATION ${module_install_dir})
More information about the WebKit-devel
mailing list