From 000b3a6635f2c93d878dad668b620d0432544f16 Mon Sep 17 00:00:00 2001 From: Lectem Date: Sun, 17 Sep 2017 14:27:09 +0200 Subject: cmake target_* requires v2.8.12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3