Skip to content

FindGSL.cmake: Also look for dll's at GSL_ROOT_DIR/bin.

Kelly (KT) Thompson requested to merge KineticTheory/cmake:findgsl_tweak into master

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

Merge request reports