CMake: whitespace;

This commit is contained in:
bjorn 2021-02-25 16:31:14 -07:00
parent cd38039ca8
commit 8a29c9c1f5
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if(LOVR_USE_LUAJIT AND NOT EMSCRIPTEN)
# Required to make luajit compile without breaking linker cache on macOS Big Sur. Also, is a better,
# newer GC so enable it on all builds.
set(LUAJIT_ENABLE_GC64 ON)
if(LOVR_SYSTEM_LUA)
pkg_search_module(LUAJIT REQUIRED luajit)
include_directories(${LUAJIT_INCLUDE_DIRS})