mpimd-csc / flexiblas

FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends. This is only a mirror of https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release
https://www.mpi-magdeburg.mpg.de/projects/flexiblas
GNU Lesser General Public License v3.0
36 stars 7 forks source link

Do not overwrite original value of CMAKE_SHARED_LINKER_FLAGS #25

Closed ellert closed 2 years ago

ellert commented 2 years ago

The original value contains the content of LDFLAGS. If it is overwritten LDFLAGS is ignored.

grisuthedragon commented 2 years ago

Thanks, since I rarely used the LDFLAGS in my setups, I didn't realize it. I close this request, but merged it externally.