Commit 020e3142953ce9d044b6144bc7a55629341bb715

Silvio Traversaro 2021-04-28T08:34:45

Merge pull request #96 from xantares/patch-2 CMake: Bump version

1
2
3
4
5
6
7
8
9
10
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df53be1..e52b25b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.11)
+cmake_minimum_required(VERSION 2.8.11...3.2)
 
 if (NOT DEFINED CMAKE_BUILD_TYPE)
   set (CMAKE_BUILD_TYPE Release CACHE STRING "Build type")