aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/FindOpenCLHeaders.cmake
AgeCommit message (Collapse)Author
2015-07-09Implemented CMake check for opencl-headers minium version 1.2 installedGil Pitney
Previously, it was assumed the OpenCL headers version 1.2 were installed, and if not, the build failed. Now CMake will check this and error out before the build. OpenCL header versions greater than 1.2 should also be acceptable. Signed-off-by: Gil Pitney <gil.pitney@linaro.org>