mirror of https://github.com/YosysHQ/nextpnr.git
fix cmake syntax
This commit is contained in:
parent
f43b41b243
commit
344c112fb0
|
|
@ -39,7 +39,7 @@ add_library(${TARGET_NAME} STATIC
|
|||
${_QRC_SRCS}
|
||||
)
|
||||
|
||||
if (!MSVC)
|
||||
if (NOT MSVC)
|
||||
target_compile_options(${TARGET_NAME} PRIVATE -Wno-deprecated-declarations)
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue