clMathLibraries / clBLAS

a software library containing BLAS functions written in OpenCL
Apache License 2.0
839 stars 240 forks source link

Disabling 'build client' in develop build causes build to fail #114

Closed hughperkins closed 9 years ago

hughperkins commented 9 years ago

to replicate:

TimmyLiu commented 9 years ago

I believe you would also need to click BUILD_RUNTIME. BUILD_SHARED_LIBS was introduced in PR #67 to allow users build static libraries.

hughperkins commented 9 years ago

Ok, I see.