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
959f2fab
"platforms/opencl/include/OpenCLNonbondedUtilities.h" did not exist on "84a144011b7ba71faa442ba02f8eb6d576f17c02"
Commit
959f2fab
authored
Apr 08, 2011
by
Peter Eastman
Browse files
Added $ENV{AMDAPPSDKROOT} to the list of locations to look for OpenCL.
parent
1aff5bcb
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 @
959f2fab
...
...
@@ -14,6 +14,7 @@ find_path(OPENCL_INCLUDE_DIR
"$ENV{CUDA_INC_PATH}"
"C:/CUDA"
"/usr/local/cuda"
"$ENV{AMDAPPSDKROOT}"
"/usr/local/streamsdk"
"/usr"
PATH_SUFFIXES
"include"
...
...
@@ -40,6 +41,7 @@ find_library(OPENCL_LIBRARY
"$ENV{CUDA_LIB_PATH}"
"C:/CUDA"
"/usr/local/cuda"
"$ENV{AMDAPPSDKROOT}"
"/usr/local/streamsdk"
"/usr"
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