Browse Source

win-ivcam: Fix build issue with CMake 3.16

There is no 'data' dir for this plugin, so don't attempt to copy it.
jp9000 5 years ago
parent
commit
1f6f183a02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/win-ivcam/CMakeLists.txt

+ 1 - 1
plugins/win-ivcam/CMakeLists.txt

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