diff options
author | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-26 15:47:25 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-26 15:47:25 +0100 |
commit | e592443532ed322a51c892d984d7ef89eb0cadc9 (patch) | |
tree | 7dae9dc36a67baca715df806d2dd0183d7dabf15 /CMakeLists.txt | |
parent | 63054ef2da3e49bc36a7facb9539c98c031c56c8 (diff) | |
parent | e36ae679a7a427b515fcc6a17a84f5e8a99544e3 (diff) | |
download | ouroboros-e592443532ed322a51c892d984d7ef89eb0cadc9.tar.gz ouroboros-e592443532ed322a51c892d984d7ef89eb0cadc9.zip |
Merge branch 'be' of bitbucket.org:ouroboros-rina/ouroboros into be-pci
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 99750b00..420a853f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.0.0) +cmake_minimum_required(VERSION 2.8.12.2) set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") #set(CMAKE_VERBOSE_MAKEFILE ON) |