aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c17239b..c1d670d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@ if(NOT CMAKE_BUILD_TYPE)
15 FORCE) 15 FORCE)
16endif() 16endif()
17 17
18find_package(Lua51 REQUIRED) 18find_package(Lua REQUIRED)
19include_directories(${LUA_INCLUDE_DIR}) 19include_directories(${LUA_INCLUDE_DIR})
20 20
21if(NOT USE_INTERNAL_FPCONV) 21if(NOT USE_INTERNAL_FPCONV)