[cmake-developers] [PATCH] language detection in FindBLAS and FindLAPACK (#0016039)

Nils Gladitz nilsgladitz at gmail.com
Fri Apr 1 10:20:10 EDT 2016


On 04/01/2016 02:44 PM, Melven.Roehrig-Zoellner at dlr.de wrote:
> Patch for a problem with find_package(BLAS/LAPACK) on Windows for pure Fortran projects reported by me in https://cmake.org/Bug/view.php?id=16039.
>
>

This might be a use case for the newish IN_LIST operator?

e.g. if(Fortran IN_LIST _LANGUAGES_)

Nils


More information about the cmake-developers mailing list