Merge pull request #501 from landley/master

Building nextpnr on Devuan ascii 2.0 needs the "C" language enabled.
This commit is contained in:
David Shah 2020-09-16 14:25:21 +01:00 committed by GitHub
commit 8f96417bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(nextpnr CXX)
project(nextpnr CXX C)
option(BUILD_GUI "Build GUI" ON)
option(BUILD_PYTHON "Build Python Integration" ON)