X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=lua%2FCMakeLists.txt;h=b4fa4d9e83c0f8ceeddb65265fb9802a6cc249b8;hp=6c22bfce6f3d84a343d435e76917109584d3eaa6;hb=a204ae358be1d5e0bb3a56bd54980851f553588e;hpb=f60010a4243f4ed134062ffd387b386ec9476cf4 diff --git a/lua/CMakeLists.txt b/lua/CMakeLists.txt index 6c22bfc..b4fa4d9 100644 --- a/lua/CMakeLists.txt +++ b/lua/CMakeLists.txt @@ -31,7 +31,7 @@ IF(NOT LUAPATH) ) IF(BUILD_LUA) - IF(NOT ${LUA_CHECK_RES} EQUAL 0 OR ${LUAPATH} EQUAL "") + IF(NOT ${LUA_CHECK_RES} EQUAL 0 OR "${LUAPATH}" EQUAL "") MESSAGE(SEND_ERROR "Lua was not found on your system") ENDIF() ENDIF()