From 8245a0b37b4214e2b9641ed3d05f503642179341 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Tue, 5 Dec 2017 12:51:09 +0100 Subject: [PATCH] Bad lua include dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a1bc052..49e6ba9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ include(FindLua) add_subdirectory(linkedlist) include_directories(linkedlist - ${LUA_INCLUDE_DIRS} + ${LUA_INCLUDE_DIR} ) add_definitions("-Wall")