diff options
author | Hubertus van Dam <hvandam@bnl.gov> | 2018-08-28 18:18:24 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-30 14:52:59 (GMT) |
commit | 608de88f2973975b85e059e67b93fbefa2911082 (patch) | |
tree | 42c51ee9740a52a554222f76a874750af86542b0 /Help/guide/tutorial/Step10/MathFunctions/MakeTable.cxx | |
parent | 5b8f69ebe9e82feb8bcd7dade76bb7fa88c8051b (diff) | |
download | CMake-608de88f2973975b85e059e67b93fbefa2911082.zip CMake-608de88f2973975b85e059e67b93fbefa2911082.tar.gz CMake-608de88f2973975b85e059e67b93fbefa2911082.tar.bz2 |
FindBLAS: Make Intel MKL code block respect prior found BLAS libraries
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.
Diffstat (limited to 'Help/guide/tutorial/Step10/MathFunctions/MakeTable.cxx')
0 files changed, 0 insertions, 0 deletions