Enable build of examples using system installed Boost.Compute
Open
design
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
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.
##
Contributor guide
Assessment
This issue has not been assessed yet.