diff options
author | Sebastian Wiedenroth <wiedi@frubar.net> | 2014-05-14 18:18:18 +0200 |
---|---|---|
committer | Sebastian Wiedenroth <wiedi@frubar.net> | 2014-05-14 18:18:18 +0200 |
commit | e49963d163f57100738caaf96a13529b7360160c (patch) | |
tree | f2c7e5729bbbd73b41536a5d77378d06dc4ce807 /CMakeLists.txt | |
parent | 43fbe0232915132dad8259c85bb5fedf2f8ce82b (diff) | |
download | rspamd-e49963d163f57100738caaf96a13529b7360160c.tar.gz rspamd-e49963d163f57100738caaf96a13529b7360160c.zip |
Help CMake find Lua on pkgsrc systems
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |