EasyCL icon indicating copy to clipboard operation
EasyCL copied to clipboard

a small CMakeLists.txt fix

Open tuotuoxp opened this issue 8 years ago • 1 comments

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

tuotuoxp avatar Nov 03 '16 15:11 tuotuoxp

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.

hughperkins avatar Nov 03 '16 23:11 hughperkins