summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3330b34f..350dfea2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,8 @@
1cmake_minimum_required(VERSION 3.0) 1cmake_minimum_required(VERSION 3.0)
2 2
3project(kube VERSION 0.6.0) 3project(kube VERSION 0.7)
4 4
5set (QT_MIN_VERSION "5.9.0") 5set(QT_MIN_VERSION 5.9.0)
6 6
7cmake_policy(SET CMP0011 NEW) 7cmake_policy(SET CMP0011 NEW)
8cmake_policy(SET CMP0028 NEW) 8cmake_policy(SET CMP0028 NEW)