diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ecd5af2..3fe755e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -5,6 +5,7 @@ cmake_policy(SET CMP0028 NEW) | |||
5 | cmake_policy(SET CMP0063 NEW) | 5 | cmake_policy(SET CMP0063 NEW) |
6 | 6 | ||
7 | project(kube VERSION 0.4) | 7 | project(kube VERSION 0.4) |
8 | set (QT_MIN_VERSION "5.7.0") | ||
8 | 9 | ||
9 | enable_testing() | 10 | enable_testing() |
10 | 11 | ||