From aad12f8137972642495cb1a0ac0253f2fffcb9d1 Mon Sep 17 00:00:00 2001 From: Alex Neundorf Date: Fri, 8 Feb 2013 00:47:34 +0100 Subject: some FindKF5.cmake improvements, increase to version 0.0.7 - added some docs - now a KF5_INCLUDE_DIRS variable is set, containing all requested include dirs - the same for KF5_LIBRARIES - some more status reporting Alex --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b75d57f7..10d012aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(extra-cmake-modules) set(ECM_MAJOR_VERSION 0) set(ECM_MINOR_VERSION 0) -set(ECM_PATCH_VERSION 6) +set(ECM_PATCH_VERSION 7) set(ECM_VERSION ${ECM_MAJOR_VERSION}.${ECM_MINOR_VERSION}.${ECM_PATCH_VERSION}) -- cgit v1.2.1