FindPython: fix regression of NumPy detection with Intel MKL library
Fix !9359 (merged) by setting MKL_ENABLE_INSTRUCTIONS
to SSE4_2
, but only if
MKL_ENABLE_INSTRUCTIONS
is not set in the calling environment.
Fixes: #26240 (closed)
Backport: release
Topic-rename: FindPython-numpy-mkl
Edited by Brad King