clMathLibraries / clBLAS

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

Generate makefile without Test dependencies still requires dependencies #66

Closed jeremyvillalobos closed 9 years ago

jeremyvillalobos commented 9 years ago

I built a makefile with cmake on Ubuntu. Even thought the Test dependencies are turned off (Boost, GTest, and ACML. The make file still builds source files with those dependencies.

TimmyLiu commented 9 years ago

Hi,

Does uncheck "BUILD_TEST" from CMake work for you?