You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -396,7 +396,7 @@ if(ENABLE_OPENCV)
396
396
"Build with OpenCV algorithms (requires Protobuf 3)"FORCE)
397
397
# If we have version 4.5.1, all hope is lost
398
398
elseif(OpenCV_VERSIONVERSION_EQUAL"4.5.1")
399
-
message(SEND_ERROR[[Incompatible OpenCV version detected
399
+
message(WARNING[[Incompatible OpenCV version detected
400
400
OpenCV version 4.5.1 contains header errors which make it unable to be used with OpenShot. OpenCV support wil be disabled. Upgrade to OpenCV 4.5.2+ or downgrade to 4.5.0 or earlier, to enable OpenCV.
401
401
See https://github.com/opencv/opencv/issues/19260]])
0 commit comments