Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMake][OpenCL] Remove warning for OpenCL wrapper (apache#13683)
* [CMake][OpenCL] Remove warning for OpenCL wrapper Previously, setting `set(USE_OPENCL ON)` would result in a warning, stating that the runtime wrapper for OpenCL would be used. Since this is the desired behavior when OpenCL support is enabled, and is not something that a user should fix, this commit removes the warning. * Added "STATUS" message instead of "WARNING", with more detail * "installation location" -> "library location" Co-authored-by: Egor Churaev <[email protected]> Co-authored-by: Egor Churaev <[email protected]>
- Loading branch information