summaryrefslogtreecommitdiffstats
path: root/components/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-11 20:49:16 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-03-11 20:49:16 +0100
commit9cc5f00f34dc9d478178bde569b6783270981adb (patch)
tree40bb36c90e1b1e7590fe8f711787c98dbfc9ef80 /components/CMakeLists.txt
parenta22193f9bae2ac171a2c106793fc25d6ebc316df (diff)
downloadkube-9cc5f00f34dc9d478178bde569b6783270981adb.tar.gz
kube-9cc5f00f34dc9d478178bde569b6783270981adb.zip
cmake warnings
Diffstat (limited to 'components/CMakeLists.txt')
-rw-r--r--components/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/CMakeLists.txt b/components/CMakeLists.txt
index bd9c100a..e2ffa05c 100644
--- a/components/CMakeLists.txt
+++ b/components/CMakeLists.txt
@@ -1,6 +1,6 @@
1project(kube-components) 1project(kube-components)
2 2
3cmake_minimum_required(VERSION 2.8.10.1) 3cmake_minimum_required(VERSION 2.8.12)
4 4
5include(CPack) 5include(CPack)
6include(FeatureSummary) 6include(FeatureSummary)