fix cmake issue
This commit is contained in:
parent
c00dadedf0
commit
8252b81850
|
@ -251,7 +251,7 @@ add_custom_target(
|
|||
COMMENT "Compile Yosys-plugins with given Makefile"
|
||||
)
|
||||
|
||||
add_dependencies(yosys-plugins DEPENDS yosys)
|
||||
add_dependencies(yosys-plugins yosys)
|
||||
|
||||
# yosys-plugins compilation ends
|
||||
|
||||
|
|
Loading…
Reference in New Issue