1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-19 09:19:46 +00:00

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

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)