intel / linux-npu-driver

Intel® NPU (Neural Processing Unit) Driver
MIT License
189 stars 18 forks source link

Prevent openvino/vpux plugin/opencv and its dependents to be rebuilt #35

Closed mateusztabaka closed 5 months ago

mateusztabaka commented 5 months ago

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.