From ae67c98f111be066ee806598b8b605dede0688d5 Mon Sep 17 00:00:00 2001 From: Lofty Date: Sat, 21 May 2022 18:26:36 +0100 Subject: Bump minimum CMake to 3.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3120cf40..e0001447 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.13) project(nextpnr CXX C) # Allow family.cmake add additional dependencies to gui_${family}. -- cgit v1.2.3