eth-cscs / SpFFT

Sparse 3D FFT library with MPI, OpenMP, CUDA and ROCm support
BSD 3-Clause "New" or "Revised" License
48 stars 11 forks source link

Fix linkage with googletest #57

Closed yurivict closed 7 months ago

yurivict commented 7 months ago

find_package used an incorrect name 'googletest'. This name doesn't exist in the googletest package. It's incorrect to link with -lgtest_main.

Proper package name and target name should be used.