Building nextpnr on Devuan ascii 2.0 needs the "C" language enabled.
See https://lists.j-core.org/pipermail/j-core/2020-September/000940.html
This commit is contained in:
parent
f7da7c26aa
commit
9e597e0dda
@ -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