aboutsummaryrefslogtreecommitdiff
path: root/ports/lua/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/lua/usage')
-rw-r--r--ports/lua/usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/lua/usage b/ports/lua/usage
index 8a11e20b9..e27f6392d 100644
--- a/ports/lua/usage
+++ b/ports/lua/usage
@@ -1,7 +1,7 @@
Use this package via the module FindLua that comes with CMake. To use in your CMakeLists.txt:
include(FindLua)
- find_package(lua REQUIRED)
+ find_package(Lua REQUIRED)
target_link_libraries(main PRIVATE ${LUA_LIBRARIES})
target_include_directories(main PRIVATE ${LUA_INCLUDE_DIR})