compute icon indicating copy to clipboard operation
compute copied to clipboard

Enable build of examples using system installed Boost.Compute

Open ghisvail opened this issue 10 years ago • 0 comments

For c-i / packaging purposes, it would be desirable to allow building the examples (and perhaps the test suite) using a system install of Boost.Compute.

The necessary changes may be as simple as:

  • Make example a separate CMake project.
  • Add a call to FindPackage(Boost.Compute) at the beginning of the list file.
  • Replace all occurrences of Boost.Compute by the variables set by FindPackage.

ghisvail avatar Dec 02 '15 09:12 ghisvail