summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/cmake/3.0.0/FindLua.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cmake/3.0.0/FindLua.cmake b/contrib/cmake/3.0.0/FindLua.cmake
index b59b9b3..1f57578 100644
--- a/contrib/cmake/3.0.0/FindLua.cmake
+++ b/contrib/cmake/3.0.0/FindLua.cmake
@@ -187,7 +187,7 @@ if (LUA_LIBRARY)
endif ()
endif ()
-include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
+include(FindPackageHandleStandardArgs.cmake)
# handle the QUIETLY and REQUIRED arguments and set LUA_FOUND to TRUE if
# all listed variables are TRUE
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Lua