mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:33:35 +02:00
quiet warnings
This commit is contained in:
parent
dbe9fd290e
commit
cb5ca26600
1 changed files with 4 additions and 0 deletions
|
@ -175,6 +175,10 @@ else ()
|
|||
add_executable(${TARGET_NAME} ${INTERFACE_SRCS} ${QM})
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES LINK_FLAGS "/ignore:4099")
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
# These are external plugins, but we need to do the 'add dependency' here so that their
|
||||
# binary directories get added to the fixup path
|
||||
|
|
Loading…
Reference in a new issue