mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Reword CMake message for LuaJIT detection
This commit is contained in:
parent
56123b2fbe
commit
df8afe3dc4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if(ENABLE_LUAJIT)
|
||||||
find_package(LuaJIT)
|
find_package(LuaJIT)
|
||||||
if(LUAJIT_FOUND)
|
if(LUAJIT_FOUND)
|
||||||
set(USE_LUAJIT TRUE)
|
set(USE_LUAJIT TRUE)
|
||||||
message (STATUS "Using LuaJIT provided by system.")
|
message (STATUS "Using LuaJIT")
|
||||||
elseif(REQUIRE_LUAJIT)
|
elseif(REQUIRE_LUAJIT)
|
||||||
message(FATAL_ERROR "LuaJIT not found whereas REQUIRE_LUAJIT=\"TRUE\" is used.\n"
|
message(FATAL_ERROR "LuaJIT not found whereas REQUIRE_LUAJIT=\"TRUE\" is used.\n"
|
||||||
"To continue, either install LuaJIT or do not use REQUIRE_LUAJIT=\"TRUE\".")
|
"To continue, either install LuaJIT or do not use REQUIRE_LUAJIT=\"TRUE\".")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue