"platforms/opencl/include/OpenCLKernels.h" did not exist on "592dc5a9a4ace0ce0a4310552a2f9dac45baf38f"
Commit 13d366a9 authored by peastman's avatar peastman
Browse files

Merge pull request #948 from mpharrigan/cmake_opencl

Look in cuda dir for opencl headers
parents 7fd8791a 546ad4cb
......@@ -33,6 +33,7 @@ find_path(OPENCL_INCLUDE_DIR
"/usr/local/cuda"
"/usr/local/streamsdk"
"/usr"
"${CUDA_TOOLKIT_ROOT_DIR}"
PATH_SUFFIXES "include"
)
......
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