intel / opencl-clang

Other
136 stars 62 forks source link

Add OPENCL_CLANG_ prefix to PCH_EXTENSION/EXCLUDE_LIBS_FROM_ALL #471

Closed wenju-he closed 1 year ago

wenju-he commented 1 year ago

When opencl-clang is used in-tree of a project, these two variables may be defined in CMakeLists.txt of the project. This PR makes the variable names clear that they are intended for opencl-clang library and easily distinguishable from other variables in CMakeLists.txt of the project.