From 8a29c9c1f5e20e728766b505529f030b9b2b42fe Mon Sep 17 00:00:00 2001 From: bjorn Date: Thu, 25 Feb 2021 16:31:14 -0700 Subject: [PATCH] CMake: whitespace; --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0727f61..13a5ee49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})