morousg / cvGPUSpeedup

A faster implementation of OpenCV-CUDA that uses OpenCV objects, and more!
Apache License 2.0
34 stars 5 forks source link

Cuda dll deployment fails due to invalid runtime output directory #81

Closed aandaluz closed 8 months ago

aandaluz commented 8 months ago

we need to set set CMAKE_RUNTIME_OUTPUT_DIRECTORY so that all binary targets and dll deployment dirs match. Currently the tests output to ${CMAKE_BINARY_DIR}/${CONFIG}, but we really want the to be at ${OUT_DIR})