summaryrefslogtreecommitdiffstats
path: root/contrib/cmake
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-01 16:01:11 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-01 16:01:11 (GMT)
commit0b4732178d99a9afc7086c1ede8d5882c9e4ccc3 (patch)
treec314e205c8a7b78431adafdbe96d7231dd3c4df5 /contrib/cmake
parent13ad8bb8d1d9fc702c0366bf1aa2a779a591ccf4 (diff)
downloaduscxml-0b4732178d99a9afc7086c1ede8d5882c9e4ccc3.zip
uscxml-0b4732178d99a9afc7086c1ede8d5882c9e4ccc3.tar.gz
uscxml-0b4732178d99a9afc7086c1ede8d5882c9e4ccc3.tar.bz2
Still trying to support cmake < 3.0
Diffstat (limited to 'contrib/cmake')
-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 1f57578..b669a49 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(FindPackageHandleStandardArgs.cmake)
+include(FindPackageHandleStandardArgs)
# handle the QUIETLY and REQUIRED arguments and set LUA_FOUND to TRUE if
# all listed variables are TRUE
FIND_PACKAGE_HANDLE_STANDARD_ARGS(Lua