summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-01-24 15:48:16 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-01-24 15:48:16 +0100
commit22c946ecc9594fc496d641b70a19643057295dcf (patch)
treea3a6a8107d0dd08c882b453954d0d57f43e627d7 /CMakeLists.txt
parenta604e92c73d4f83281dd62e180a9ec6a70d3bd00 (diff)
Accordingly to the documentation, cmake 3.5 is required for modern boost finding
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 5dcc6803..a9f7f989 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5)
project(GUDHIdev)