From 1605a2b5cf459cf72b960e32702f5a32ad2cc711 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 29 Jan 2021 22:23:01 +0100 Subject: Replace KF5_VERSION with KF_VERSION Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name. Given this is purely internal we can to this now, making it a bit more future-proof GIT_SILENT NO_CHANGELOG --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cdc6b98..4bd2df6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.79.0") # handled by release scripts -project(KConfig VERSION ${KF5_VERSION}) +set(KF_VERSION "5.79.0") # handled by release scripts +project(KConfig VERSION ${KF_VERSION}) include(FeatureSummary) find_package(ECM 5.79.0 NO_MODULE) -- cgit v1.2.1