Bump minimum CMake to 3.13

This commit is contained in:
Lofty 2022-05-21 18:26:36 +01:00
parent 4ecbf6c6e9
commit ae67c98f11

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.13)
project(nextpnr CXX C) project(nextpnr CXX C)
# Allow family.cmake add additional dependencies to gui_${family}. # Allow family.cmake add additional dependencies to gui_${family}.