diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 901e1c83..bb3d0941 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,6 +1,6 @@ | |||
1 | project(kube) | 1 | project(kube) |
2 | 2 | ||
3 | cmake_minimum_required(VERSION 2.8.10.1) | 3 | cmake_minimum_required(VERSION 2.8.12) |
4 | 4 | ||
5 | add_subdirectory(framework) | 5 | add_subdirectory(framework) |
6 | add_subdirectory(components) | 6 | add_subdirectory(components) |