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
dd0574f6
Commit
dd0574f6
authored
Jun 30, 2010
by
Mark Friedrichs
Browse files
Added '/usr/local/streamsdk' to default search paths for OpenCL directories
parent
66da4b32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
cmake_modules/FindOpenCL.cmake
cmake_modules/FindOpenCL.cmake
+2
-0
No files found.
cmake_modules/FindOpenCL.cmake
View file @
dd0574f6
...
@@ -14,6 +14,7 @@ find_path(OPENCL_INCLUDE_DIR
...
@@ -14,6 +14,7 @@ find_path(OPENCL_INCLUDE_DIR
"$ENV{CUDA_INC_PATH}"
"$ENV{CUDA_INC_PATH}"
"C:/CUDA"
"C:/CUDA"
"/usr/local/cuda"
"/usr/local/cuda"
"/usr/local/streamsdk"
"/usr"
"/usr"
PATH_SUFFIXES
"include"
PATH_SUFFIXES
"include"
)
)
...
@@ -39,6 +40,7 @@ find_library(OPENCL_LIBRARY
...
@@ -39,6 +40,7 @@ find_library(OPENCL_LIBRARY
"$ENV{CUDA_LIB_PATH}"
"$ENV{CUDA_LIB_PATH}"
"C:/CUDA"
"C:/CUDA"
"/usr/local/cuda"
"/usr/local/cuda"
"/usr/local/streamsdk"
"/usr"
"/usr"
PATH_SUFFIXES
${
path_suffixes
}
"lib"
PATH_SUFFIXES
${
path_suffixes
}
"lib"
)
)
...
...
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