mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
CMake: Add include guards when IMPORT_BBA_FILES is used (#1438)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
include(FindOxide)
|
||||
if (NOT IMPORT_BBA_FILES)
|
||||
include(FindOxide)
|
||||
endif()
|
||||
|
||||
set(SOURCES
|
||||
arch.cc
|
||||
|
||||
Reference in New Issue
Block a user