Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
ff35186f
"examples/cpp-examples/HelloWaterBox.cpp" did not exist on "15811b7c56b65a5e94e4c7b212100b37b4de331f"
Commit
ff35186f
authored
Nov 04, 2008
by
Christopher Bruns
Browse files
Look harder for cuda install area on Windows
parent
a416009a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
platforms/cuda/cuda-cmake/FindCuda.cmake
platforms/cuda/cuda-cmake/FindCuda.cmake
+2
-2
No files found.
platforms/cuda/cuda-cmake/FindCuda.cmake
View file @
ff35186f
...
@@ -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."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment