ddemidov / vexcl

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

make cann't work #265

Closed ztdepztdep closed 6 years ago

ztdepztdep commented 6 years ago

Dear sir: I use cmake-gui to generate make file. But when i type make, nothing happened.

ddemidov commented 6 years ago

If you want to compile vexcl tests/examples, you should enable VEXCL_BUILD_TESTS and VEXCL_BUILD_EXAMPLES options in cmake gui.