Skip to content

Commit 5c78ad6

Browse files
committed
Further attempting to suppress build warnings for yosys-slang
1 parent dfe45d2 commit 5c78ad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/EXTERNAL/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ if (${WITH_PARMYS})
115115
BUILD_COMMAND
116116
${CMAKE_COMMAND} -E env
117117
YOSYS_PREFIX=${CMAKE_BINARY_DIR}/bin/
118+
${MAKE_PROGRAM} -C ${SLANG_SRC_DIR}
118119
CMAKE_FLAGS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-w"
119-
${MAKE_PROGRAM} -C ${SLANG_SRC_DIR} install
120+
install
120121

121122
INSTALL_COMMAND ""
122123

0 commit comments

Comments
 (0)