summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-09-28 13:31:37 +0200
committerGitHub <noreply@github.com>2020-09-28 13:31:37 +0200
commita304049bdcfb03aa848d8049923ab796e0761b56 (patch)
treea386998867179699c21a77479b456303a438cd36 /CMakeLists.txt
parent6e14ef1f31e09f3875316440303450ff870d9881 (diff)
parent58d79c972198938c6f3655a40540903e08242b36 (diff)
Merge pull request #391 from VincentRouvreau/optional_boost_libraries
Optional boost libraries
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)