win-ivcam: Fix build issue with CMake 3.16
There is no 'data' dir for this plugin, so don't attempt to copy it.
This commit is contained in:
parent
61fd81f7b4
commit
1f6f183a02
@ -55,7 +55,7 @@ add_library(win-ivcam MODULE
|
||||
target_link_libraries(win-ivcam
|
||||
libobs)
|
||||
|
||||
install_obs_plugin_with_data(win-ivcam data)
|
||||
install_obs_plugin(win-ivcam)
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
add_subdirectory(seg_service)
|
||||
|
Loading…
x
Reference in New Issue
Block a user