You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
example
a separate CMake project.The text was updated successfully, but these errors were encountered: