mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-27 20:47:52 +00:00
Remove redundant code after hashlib move
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
@@ -40,10 +40,6 @@ endif()
|
||||
|
||||
target_compile_definitions(gui_${family} PRIVATE NEXTPNR_NAMESPACE=nextpnr_${family} ARCH_${ufamily} ARCHNAME=${family} QT_NO_KEYWORDS)
|
||||
|
||||
if (USE_ABSEIL)
|
||||
target_compile_definitions(gui_${family} PRIVATE USE_ABSEIL)
|
||||
endif()
|
||||
|
||||
target_link_libraries(gui_${family} Qt5::Widgets)
|
||||
|
||||
foreach(lib_dep ${EXTRA_LIB_DEPS})
|
||||
|
||||
Reference in New Issue
Block a user