1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include)

This commit is contained in:
Alexander Alekhin
2016-02-04 11:55:00 +03:00
parent 2c4ed7f8a5
commit 87bbaa2c27
5 changed files with 1 additions and 20 deletions
+1 -4
View File
@@ -1,8 +1,5 @@
#if defined __APPLE__
#include <OpenCL/cl.h>
#else
// custom OpenCL headers are located in "CL" subfolder (3rdparty/include/...)
#include <CL/cl.h>
#endif
#ifndef _MSC_VER
#ifdef CL_VERSION_1_2