From 4a12e6f9bdf62e1e2b7312649305d1beaafaa93b Mon Sep 17 00:00:00 2001 From: Kishor <61860672+kkumar23@users.noreply.github.com> Date: Tue, 21 Sep 2021 11:37:05 +0530 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db6e7eed8..f39b8ac48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,7 +251,7 @@ add_custom_target( COMMENT "Compile Yosys-plugins with given Makefile" ) -#add_dependencies(yosys-plugins DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/yosys/install/share/yosys/plugins/ql-qlf.so) +add_dependencies(yosys-plugins DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/yosys/install/share/yosys/plugins/ql-qlf.so) # yosys-plugins compilation ends