Skip to content

Commit

Permalink
attempting to fix luajit cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Apr 25, 2020
1 parent 5dd400b commit 701fda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()

find_package(Lua51 REQUIRED)
find_package(Lua REQUIRED)
include_directories(${LUA_INCLUDE_DIR})

if(NOT USE_INTERNAL_FPCONV)
Expand Down

0 comments on commit 701fda3

Please sign in to comment.