mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 02:23:44 +00:00
try fix cmake
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
|
||||
find_package(Lua QUIET)
|
||||
if (NOT LUA_FOUND)
|
||||
if (NOT Lua_FOUND)
|
||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/../lib/lua)
|
||||
find_package(Lua REQUIRED)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user