Selene icon indicating copy to clipboard operation
Selene copied to clipboard

Fixed CMakeLists.txt

Open jpedrick opened this issue 9 years ago • 1 comments

Use find_path to verify lua existence. Works for CMake 3.4 on Ubuntu 15.04.

jpedrick avatar Dec 09 '15 19:12 jpedrick

Thanks for the change. It probably makes more sense to use the find_package FindLua module (https://cmake.org/cmake/help/latest/module/FindLua.html) which will populate all the other variables properly too.

jeremyong avatar Dec 09 '15 19:12 jeremyong