| commit | e2ce7a751fb3190be9e3331744380403b7997fb3 | [log] [tgz] |
|---|---|---|
| author | kmurray <k.murray@utoronto.ca> | Tue Apr 09 10:37:33 2019 -0400 |
| committer | kmurray <k.murray@utoronto.ca> | Tue Apr 09 10:49:12 2019 -0400 |
| tree | 23fd4b915ad9d54573a21c0be49fb6e466b4543a | |
| parent | c84c3b48a61fa86a50d38d63b4a9741fe495205f [diff] |
build: Update minimum required CMake version to 3.3.0 This is already the practical requirement (set by ABC).
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b54a72..18a87b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.3.0) project("VTR")