summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-08 16:43:36 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-09-08 16:43:36 +0200
commit05c9c0060ec8ff4cbf8619ff74724c2eea426d84 (patch)
tree4af40fbd4836e0cb951017ae6bf686c714efcde3 /CMakeLists.txt
parent6e14ef1f31e09f3875316440303450ff870d9881 (diff)
CMake > 3.5 to use Boost targets. Compile only what is available from boost targets
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 8b82036b..4257a025 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)