Mercurial > hg > orthanc
changeset 3336:01905b67f8b5
drop specific version of lua
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 04 Apr 2019 15:14:12 +0200 |
parents | 65c49f832da8 |
children | 9c8e119d0c5b |
files | Resources/CMake/LuaConfiguration.cmake |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/LuaConfiguration.cmake Thu Apr 04 14:48:44 2019 +0200 +++ b/Resources/CMake/LuaConfiguration.cmake Thu Apr 04 15:14:12 2019 +0200 @@ -101,9 +101,9 @@ source_group(ThirdParty\\Lua REGULAR_EXPRESSION ${LUA_SOURCES_DIR}/.*) else() - include(FindLua51) + include(FindLua) - if (NOT LUA51_FOUND) + if (NOT LUA_FOUND) message(FATAL_ERROR "Please install the liblua-dev package") endif()