Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix build issue when include clBLAS as a cmake subproject #332

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

yang-le
Copy link

@yang-le yang-le commented Feb 27, 2018

When include clBLAS as a cmake subproject using add_subdectory(), it seems that some paths are wrong.
To fix it, I just replace ${CMAKE_SOURCE_DIR}/library with ${CMAKE_CURRENT_SOURCE_DIR} and it works.

@tingxingdong
Copy link
Contributor

change CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR is good and recommended. Why change build *.so to OFF? Please modify this OFF.

revert prev change
@yang-le
Copy link
Author

yang-le commented Mar 16, 2018

OK, previous change reverted from CMakeLists.txt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants