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

Find CUDA and set WITH_GPU #18

Merged
merged 4 commits into from
Jun 22, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update bazel.cmake
  • Loading branch information
wangkuiyi authored Jun 22, 2018
commit f7cba9ccf5fc7434d76e7fde3448455afd46cd11
2 changes: 1 addition & 1 deletion cmake/bazel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(NOT CMAKE_CROSSCOMPILING)
endif(CUDA_FOUND)
endif(NOT CMAKE_CROSSCOMPILING)

option(WITH_GPU "Compile Source Code with NVIDIA GPU" ${TEND_TO_USE_GPU)
option(WITH_GPU "Compile Source Code with NVIDIA GPU" ${TEND_TO_USE_GPU})
option(WITH_TESTING "Compile Source Code with Unit Testing" ON)
option(WITH_PYTHON "Compile Source Code with Python" ON)
option(WITH_MSVC_MT "Compile Source Code with MSVC /MT" OFF)
Expand Down