ddemidov / vexcl

VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
http://vexcl.readthedocs.org
MIT License
699 stars 81 forks source link

Fix for FindBoost running before/after VexCL #252

Closed henryiii closed 6 years ago

henryiii commented 6 years ago

Find dependency is too gentle; FindBoost was designed to be fully rerun. This fixes the issue in #245 .

henryiii commented 6 years ago

PS: Please verify this fixes the problem first.

ddemidov commented 6 years ago

The fix works for me, thanks!

henryiii commented 6 years ago

According to the (several) issues on CMake, find_depenency does not handle components. So this is the correct solution for now.