Skip to content

Fix bug in cuda m4 macro: save LDFLAGS

Sebastian Ohlmann requested to merge fix_cuda_m4 into develop

Description

In the cuda m4 macro, LIBS was saved instead of LDFLAGS, but then restored to LDFLAGS. Now, save LDFLAGS to restore to LDFLAGS afterwards.

Merge request reports