Re: [CMake] FindBLAS + MKL + Ctest fails on MacOS (SIP)

2019-07-10 Thread Luke D'Alessandro
y users, so I appended the result to the CMAKE_BUILD_RPATH in the test root directory and this results in the expected behavior. Luke > Am 09.07.19 um 16:22 schrieb Luke D'Alessandro: >> Hi all, >> >> I have one of those complex interactions that results in an issue

[CMake] FindBLAS + MKL + Ctest fails on MacOS (SIP)

2019-07-09 Thread Luke D'Alessandro
Hi all, I have one of those complex interactions that results in an issue where it’s not clear to me which component is responsible. I have unit tests written using CTest that depend on Intel's MKL BLAS implementation. I use find_package(BLAS) and link the test executables to