Merge pull request #501 from landley/master
Building nextpnr on Devuan ascii 2.0 needs the "C" language enabled.
This commit is contained in:
commit
8f96417bcf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user