mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 15:49:51 +08:00
win-capture: Suppress LNK4098
Suppress LNK4098 to allow building against pre-built Jansson for now.
This commit is contained in:
@@ -50,6 +50,7 @@ set_target_properties(win-capture PROPERTIES FOLDER "plugins/win-capture")
|
||||
|
||||
if(MSVC)
|
||||
target_link_libraries(win-capture PRIVATE OBS::w32-pthreads)
|
||||
target_link_options(win-capture PRIVATE "LINKER:/IGNORE:4098")
|
||||
endif()
|
||||
|
||||
target_compile_definitions(
|
||||
|
||||
Reference in New Issue
Block a user