Browse Source

Fix indentation;

bjorn 2 years ago
parent
commit
d9314601a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
src/CMakeLists.txt

@@ -15,7 +15,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
 endif ()
 
 if (LOVR)
-  set(LUA_LIBRARIES ${LOVR_LUA})
+	set(LUA_LIBRARIES ${LOVR_LUA})
 else()
 ### Dependencies
 	find_package (LuaJIT)