https://github.com/Kitware/CMake
Revision 0698c156ec3d256066e82f052765a5bd96af6144 authored by Brad King on 13 July 2021, 12:14:56 UTC, committed by Kitware Robot on 13 July 2021, 12:15:06 UTC
31ac4b9165 ci: Verify that Intel MKL is found when it is the only BLAS/LAPACK
57dcde19da Find{BLAS,LAPACK}: Avoid clobbering results when no vendor is requested

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6336
2 parent s ac984cb + 31ac4b9
Raw File
Tip revision: 0698c156ec3d256066e82f052765a5bd96af6144 authored by Brad King on 13 July 2021, 12:14:56 UTC
Merge topic 'FindBLAS-LAPACK-All' into release-3.21
Tip revision: 0698c15
.editorconfig
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[{CMakeLists.txt,*.cmake,*.rst}]
indent_size = 2
indent_style = space
back to top