aboutsummaryrefslogtreecommitdiff
path: root/tests/ECMInstallIconsTest
diff options
context:
space:
mode:
authorHannah von Reth <vonreth@kde.org>2019-10-21 23:38:02 +0200
committerHannah von Reth <vonreth@kde.org>2019-10-22 18:54:07 +0200
commit5ca01895e3c50322f79feeef5054d7f28b164d68 (patch)
tree6d8002b431f46f0f40a2f0a1f5cc8361779002a8 /tests/ECMInstallIconsTest
parentd5ff8448921722a6107d0ea9d05b09f71ae5f0e5 (diff)
downloadextra-cmake-modules-5ca01895e3c50322f79feeef5054d7f28b164d68.tar.gz
extra-cmake-modules-5ca01895e3c50322f79feeef5054d7f28b164d68.tar.bz2
Raise CMake requirements to 3.5
Diffstat (limited to 'tests/ECMInstallIconsTest')
-rw-r--r--tests/ECMInstallIconsTest/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ECMInstallIconsTest/CMakeLists.txt b/tests/ECMInstallIconsTest/CMakeLists.txt
index f048889e..fed41b25 100644
--- a/tests/ECMInstallIconsTest/CMakeLists.txt
+++ b/tests/ECMInstallIconsTest/CMakeLists.txt
@@ -1,5 +1,5 @@
project(ECMInstallIconsTest)
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../modules)