From e8cfcb03671492d1edbf97fc6468e30253cdf0b1 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Sat, 21 Mar 2015 19:23:26 +0200 Subject: [PATCH] Correct bad syntax --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3a9955724..f3ba16c5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -382,7 +382,7 @@ ENDIF(CMAKE_SYSTEM_NAME STREQUAL "SunOS") IF(ENABLE_LUAJIT MATCHES "ON") ProcessPackage(LUAJIT luajit) SET(WITH_LUA 1) -ELSEIF(ENABLE_LUAJIT MATCHES "ON") +ELSE(ENABLE_LUAJIT MATCHES "ON") FindLua(5 2) IF(NOT LUA_FOUND) FindLua(5 1) -- 2.39.5