aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-06-24 17:57:24 +0000
committerwhitequark <whitequark@whitequark.org>2020-06-25 14:03:37 +0000
commitbf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca (patch)
treec804de40d0daf000e6c0d48f12c8ae76b7fe423a /ecp5
parent1dc1164dce88fade762956c1067aeb97fa3c0f9a (diff)
downloadnextpnr-bf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca.tar.gz
nextpnr-bf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca.tar.bz2
nextpnr-bf8d4c428e3ff0fbb83f35ab436b4de74f0d8eca.zip
CMake: require at least version 3.5 (Ubuntu 16.04).
Diffstat (limited to 'ecp5')
-rw-r--r--ecp5/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)