FindGSL.cmake: Also look for dll's at GSL_ROOT_DIR/bin.
If GSL is installed on Windows (Visual Studio) using the CMake-based build prescription provided at https://github.com/ampl/GSL and shared libraries are installed, they will be located in the bin
directory instead of the lib
directory. Update the FindGSL.cmake
module to also look at the bin
locations (in addition to the lib
locations) for gsl.dll
and gslcblas.dll
.
Edited by Kelly (KT) Thompson