Skip to content
  • Hubertus van Dam's avatar
    FindBLAS: Make Intel MKL code block respect prior found BLAS libraries · 608de88f
    Hubertus van Dam authored and Brad King's avatar Brad King committed
    All non-Intel BLAS library detection blocks have an if-statement
    "if (NOT BLAS_LIBRARIES)" to ensure that if a BLAS library was
    found we are not going to try and find another one. This causes
    a problem when we have already found that we do not need to specify
    a BLAS library, as the Intel MKL library takes precedence over
    everything. Introducing the "if (NOT BLAS_LIBRARIES)" if-statement
    fixes this problem.
    608de88f