From e49963d163f57100738caaf96a13529b7360160c Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Wed, 14 May 2014 18:18:18 +0200 Subject: [PATCH] Help CMake find Lua on pkgsrc systems --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b23cf333..d59089a16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,7 @@ MACRO(FindLua _major _minor) $ENV{LUA_DIR} PATH_SUFFIXES "include/lua${_major}${_minor}" "include/lua${_major}.${_minor}" + "include/lua-${_major}.${_minor}" include/lua include PATHS /usr/local -- 2.39.5