[kdelibs/frameworks] /: Bump required ecm version.

Stephen Kelly steveire at gmail.com
Sat Jan 19 18:06:05 UTC 2013


Git commit 6013607009a9bb04860e4a743ad35f4dfae8860f by Stephen Kelly.
Committed on 19/01/2013 at 17:21.
Pushed by skelly into branch 'frameworks'.

Bump required ecm version.

The ecm version was bumped in November, but the frameworks requirement
was not.

An indication for me that that version-in-path scheme is not working
and we shouldn't do it.

CCMAIL: kde-frameworks-devel at kde.org

M  +1    -1    CMakeLists.txt

http://commits.kde.org/kdelibs/6013607009a9bb04860e4a743ad35f4dfae8860f

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d07f21e..3370b81 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,7 +46,7 @@ endif (KHTML_BUILD_TESTREGRESSION)
 
 option(STATIC_LIBRARY "Build kdelibs as static libraries." FALSE)
 
-find_package(ECM 0.0.5 REQUIRED NO_MODULE)
+find_package(ECM 0.0.6 REQUIRED NO_MODULE)
 
 # where to look first for cmake modules, before ${CMAKE_ROOT}/Modules/ is checked
 set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ${ECM_MODULE_PATH})



More information about the Kde-frameworks-devel mailing list