diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:26:59 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-01 13:26:59 +0100 |
commit | 20c3abcfc8fd6d7752438f2ec831e5496dbff673 (patch) | |
tree | 65b2bc23b0f7dbf66feb5c3f44b99f846fe012f3 /CMakeLists.txt | |
parent | 784a4413c2a05ab1236d59b4af7a5880bbd93d54 (diff) | |
download | kube-20c3abcfc8fd6d7752438f2ec831e5496dbff673.tar.gz kube-20c3abcfc8fd6d7752438f2ec831e5496dbff673.zip |
Set the project version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4de411a..195fabc2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -1,6 +1,10 @@ | |||
1 | project(kube) | 1 | cmake_minimum_required(VERSION 3.0) |
2 | |||
3 | cmake_policy(SET CMP0048 NEW) | ||
4 | cmake_policy(SET CMP0028 NEW) | ||
5 | |||
6 | project(kube VERSION 0.1.0) | ||
2 | 7 | ||
3 | cmake_minimum_required(VERSION 2.8.12) | ||
4 | enable_testing() | 8 | enable_testing() |
5 | 9 | ||
6 | add_subdirectory(framework) | 10 | add_subdirectory(framework) |