Commit 546ad4cb authored by Matthew Harrigan's avatar Matthew Harrigan
Browse files

Look in cuda dir for opencl headers

Useful when cuda is not installed in the default location.
parent bf8de1fd
......@@ -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