win-ivcam: Fix build issue with CMake 3.16

There is no 'data' dir for this plugin, so don't attempt to copy it.
master
jp9000 2020-02-20 23:07:05 -08:00
parent 61fd81f7b4
commit 1f6f183a02
1 changed files with 1 additions and 1 deletions

View File

@ -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)