From bf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 24 Jun 2020 17:57:24 +0000 Subject: CMake: require at least version 3.5 (Ubuntu 16.04). --- ecp5/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecp5') diff --git a/ecp5/CMakeLists.txt b/ecp5/CMakeLists.txt index eaa33b6f..303208ed 100644 --- a/ecp5/CMakeLists.txt +++ b/ecp5/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.3) +cmake_minimum_required(VERSION 3.5) project(chipdb-ecp5 NONE) set(ALL_ECP5_DEVICES 25k 45k 85k) -- cgit v1.2.3