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:
Rob Landley 2020-09-16 03:02:12 -05:00
parent f7da7c26aa
commit 9e597e0dda

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)