Commit ff35186f authored by Christopher Bruns's avatar Christopher Bruns
Browse files

Look harder for cuda install area on Windows

parent a416009a
...@@ -122,8 +122,8 @@ SET(CUDA_NVCC_FLAGS "" CACHE STRING "Semi-colon delimit multiple arguments.") ...@@ -122,8 +122,8 @@ SET(CUDA_NVCC_FLAGS "" CACHE STRING "Semi-colon delimit multiple arguments.")
# Search for the cuda distribution. # Search for the cuda distribution.
IF(NOT CUDA_INSTALL_PREFIX) IF(NOT CUDA_INSTALL_PREFIX)
FIND_PATH(CUDA_INSTALL_PREFIX FIND_PATH(CUDA_INSTALL_PREFIX
NAMES nvcc NAMES nvcc nvcc.exe
PATHS /usr/local/cuda PATHS /usr/local/cuda C:/CUDA
PATH_SUFFIXES bin PATH_SUFFIXES bin
ENV CUDA_BIN_PATH ENV CUDA_BIN_PATH
DOC "Toolkit location." DOC "Toolkit location."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment