diff options
-rw-r--r-- | CMakeLists.txt | 2 |
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) |
16 | endif() | 16 | endif() |
17 | 17 | ||
18 | find_package(Lua51 REQUIRED) | 18 | find_package(Lua REQUIRED) |
19 | include_directories(${LUA_INCLUDE_DIR}) | 19 | include_directories(${LUA_INCLUDE_DIR}) |
20 | 20 | ||
21 | if(NOT USE_INTERNAL_FPCONV) | 21 | if(NOT USE_INTERNAL_FPCONV) |