From 5ca01895e3c50322f79feeef5054d7f28b164d68 Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Mon, 21 Oct 2019 23:38:02 +0200 Subject: Raise CMake requirements to 3.5 --- tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ECMQtDeclareLoggingCategoryTest') diff --git a/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt b/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt index 15ece187..74f24317 100644 --- a/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt +++ b/tests/ECMQtDeclareLoggingCategoryTest/CMakeLists.txt @@ -1,5 +1,5 @@ project(ECMQtDeclareLoggingCategoryTest) -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.5) set(ECM_MODULE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../../modules") set(CMAKE_MODULE_PATH ${ECM_MODULE_DIR}) -- cgit v1.2.1