clMathLibraries / clBLAS

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

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

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.

kknox commented 10 years ago

Can you make this pull request into the /develop branch? Once in /develop, this change will trickle down into /master eventually. Only project maintainers should check into /master. Otherwise, this PR looks good.

robertsdionne commented 10 years ago

Ah, yes of course.