torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

Torch_INSTALL_LUA_PATH_SUBDIR is set to the wrong value in TorchConfig.cmake.in #1108

Open yurivict opened 6 years ago

yurivict commented 6 years ago

The first line changes the value from the correct share/lua/5.1 string to lua: https://github.com/torch/torch7/blob/master/cmake/TorchConfig.cmake.in#L18 The second line probably does the same. https://github.com/torch/torch7/blob/master/cmake/TorchConfig.cmake.in#L19