When the build is run for the second time, openvino/vpux plugin/opencv are being rebuilt even if no changes has been made to their source code. That's because cmake will run update step, followed by patch, configure, etc. Let's set UPDATE_DISCONNECTED to TRUE to avoid that.
When the build is run for the second time, openvino/vpux plugin/opencv are being rebuilt even if no changes has been made to their source code. That's because cmake will run update step, followed by patch, configure, etc. Let's set UPDATE_DISCONNECTED to TRUE to avoid that.