mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-03 20:38:24 -05:00
8 lines
242 B
Diff
Executable File
8 lines
242 B
Diff
Executable File
--- a/modules/videoio/CMakeLists.txt
|
|
+++ b/modules/videoio/CMakeLists.txt
|
|
@@ -1,3 +1,4 @@
|
|
+cmake_minimum_required(VERSION 3.3)
|
|
set(VIDEOIO_ENABLE_PLUGINS_DEFAULT ON)
|
|
if(EMSCRIPTEN OR IOS OR WINRT)
|
|
set(VIDEOIO_ENABLE_PLUGINS_DEFAULT OFF)
|