hughperkins / EasyCL

Easy to run kernels using OpenCL
Other
183 stars 52 forks source link

a small CMakeLists.txt fix #19

Open tuotuoxp opened 8 years ago

tuotuoxp commented 8 years ago

try to fix a link error under Windows by wrapping lua-related configurations with PROVIDE_LUA_ENGINE

hughperkins commented 8 years ago

Even if easycl doesnt provide lua itself, the templater still needs to work. For example, when linking with Torch, Torch provides the lua engine, hence easycl does not include it. However, for Torch, the templater is very much required.

If you want to disable the templater, I think that should be a new option.