Closed ghisvail closed 7 years ago
@ghisvail This PR is failing build on windows because of the 'required' tag on find_package netlib. It's actually not needed on windows.
I made a new branch in my fork that should work across platforms; would you mind seeing if it fixes your problem?
Builds with
BUILD_CLIENT=ON
andBUILD_TESTS=OFF
fail because CBLAS detection is only performed whenBUILD_TESTS
is set to ON. This patch addresses this issue by also detecting CBLAS whenBUILD_CLIENT
is set to ON.