"platforms/opencl/include/OpenCLNonbondedUtilities.h" did not exist on "84a144011b7ba71faa442ba02f8eb6d576f17c02"
Commit 959f2fab authored by Peter Eastman's avatar Peter Eastman
Browse files

Added $ENV{AMDAPPSDKROOT} to the list of locations to look for OpenCL.

parent 1aff5bcb
......@@ -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"
......
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