aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLectem <lectem@gmail.com>2017-09-17 14:27:09 +0200
committerLectem <lectem@gmail.com>2017-09-17 14:27:09 +0200
commit000b3a6635f2c93d878dad668b620d0432544f16 (patch)
tree46552813dbe6c3a340dd0e60c96df6b3598eb8c2 /CMakeLists.txt
parent1ab0ad9c1869b070a3d4665758067dd539d292c2 (diff)
cmake target_* requires v2.8.12
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 942f684..088c5ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
project(StormLib)
-cmake_minimum_required(VERSION 2.6)
+cmake_minimum_required(VERSION 2.8.12)
set(LIBRARY_NAME storm)