This commit is contained in:
n0ffie 2024-12-10 16:47:22 +01:00
parent 3afe24c9a8
commit 96e6514337
5 changed files with 23 additions and 33 deletions

View file

@ -100,7 +100,7 @@ FetchContent_Declare(
FetchContent_MakeAvailable(lua)
set(LUA_BUILD_INTERPRETER ON)
set(LUA_BUILD_INTERPRETER ON CACHE BOOL "Build the Lua interpreter" FORCE)
# ========================================================
# Helper Function: Set Common Target Properties