mirror of https://github.com/YosysHQ/nextpnr.git
disable few warnings for msvc
This commit is contained in:
parent
2f5b5369ba
commit
a20e90139e
|
|
@ -34,4 +34,8 @@ add_library(${TARGET_NAME} STATIC
|
|||
${_QRC_SRCS}
|
||||
)
|
||||
|
||||
if (MSVC)
|
||||
target_compile_options(${TARGET_NAME} PRIVATE /wd4457 /wd4718)
|
||||
endif()
|
||||
|
||||
target_link_libraries(${TARGET_NAME} Qt5::Widgets)
|
||||
|
|
|
|||
Loading…
Reference in New Issue