PIString test for Lua

This commit is contained in:
2020-07-22 21:22:20 +03:00
parent 94c09e1131
commit b018ea9e07
2 changed files with 42 additions and 3 deletions

View File

@@ -617,7 +617,7 @@ if (NOT CROSSTOOLS)
if(MINGW)
set(LUA_INCLUDE_DIR ${MINGW_INCLUDE})
endif()
find_package(Lua REQUIRED)
find_package(Lua QUIET)
if (LUA_FOUND)
message(STATUS "Building PIP with Lua support")
add_definitions(-DPIP_LUA)