clMathLibraries / clBLAS

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

s/CMAKE_SOURCE_DIR/PROJECT_SOURCE_DIR/ in library/CMakeLists.txt. #46

Closed robertsdionne closed 10 years ago

robertsdionne commented 10 years ago

Do so to allow another parent CMake project to be able to successfully call add_subdirectory(clBLAS) on this one.