Skip to content

Commit ceb49e1

Browse files
committed
Removing unused variable for yosys-slang build
1 parent 5c78ad6 commit ceb49e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ if (${WITH_PARMYS})
8888
if (${SLANG_SYSTEMVERILOG})
8989
set(SLANG_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/yosys-slang)
9090
set(SLANG_BUILD_DIR ${CMAKE_BINARY_DIR}/yosys-slang)
91-
set(YOSYS_CONFIG_EXECUTABLE ${CMAKE_BINARY_DIR}/bin/yosys-config CACHE STRING "Path to the yosys-config helper" FORCE)
9291
#Initialize yosys-slang submodules
9392
execute_process(
9493
COMMAND ${GIT_EXECUTABLE} submodule update --init
@@ -121,10 +120,15 @@ if (${WITH_PARMYS})
121120

122121
INSTALL_COMMAND ""
123122

123+
LOG_BUILD ON
124+
LOG_UPDATE ON
125+
LOG_INSTALL ON
126+
LOG_CONFIGURE OFF
127+
LOG_OUTPUT_ON_FAILURE ON
128+
124129
DEPENDS yosys
125130

126-
#Suppress warnings in the yosys-slang build
127-
LOG_BUILD OFF
131+
128132
)
129133
endif ()
130134
endif ()

0 commit comments

Comments
 (0)