"wrappers/python/src/vscode:/vscode.git/clone" did not exist on "1857850c4069bdfae0a8d8f4c6200eeb078054e4"
Commit 9fcc3183 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

Search location for OpenCL SDK

parent 58a66474
...@@ -80,6 +80,8 @@ find_library(OPENCL_LIBRARY ...@@ -80,6 +80,8 @@ find_library(OPENCL_LIBRARY
"/usr/local/cuda" "/usr/local/cuda"
"/usr/local/streamsdk" "/usr/local/streamsdk"
"/usr" "/usr"
"C:/Program Files (x86)/AMD APP SDK/3.0-0-Beta"
"${CUDA_TOOLKIT_ROOT_DIR}"
PATH_SUFFIXES ${path_suffixes} "lib" PATH_SUFFIXES ${path_suffixes} "lib"
) )
......
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