Skip to content

Commit

Permalink
make cmake-lint happy - fix tab in FindLUAJIT.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Koeppe committed Jun 27, 2018
1 parent f0d6512 commit 9d23938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindLUAJIT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ find_library(LUAJIT_LIBRARY NAMES ${names}
if(PC_LUAJIT_VERSION)
set(LUAJIT_VERSION ${PC_LUAJIT_VERSION})
else()
# Get '#define LUAJIT_VERSION "LuaJIT X.X.X"'
# Get '#define LUAJIT_VERSION "LuaJIT X.X.X"'
file(STRINGS ${LUAJIT_INCLUDE_DIR}/luajit.h LUAJIT_HEADER_DUMP
LENGTH_MINIMUM 30
LENGTH_MAXIMUM 40
Expand Down

0 comments on commit 9d23938

Please sign in to comment.