CV-CUDA icon indicating copy to clipboard operation
CV-CUDA copied to clipboard

build(cmake): make CV-CUDA buildable for Jetson

Open JanuszL opened this issue 1 year ago • 0 comments

  • libcudart on Jetson (CUDA 11.8) requires shm_open symbol which is provided by librt, without it linker complains about a missing symbol. This PR makes sure that whenever libcudart is linked -lrt linker flag is added as well

JanuszL avatar Aug 03 '23 18:08 JanuszL