diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-06-01 16:01:11 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-06-01 16:01:11 (GMT) |
commit | 0b4732178d99a9afc7086c1ede8d5882c9e4ccc3 (patch) | |
tree | c314e205c8a7b78431adafdbe96d7231dd3c4df5 | |
parent | 13ad8bb8d1d9fc702c0366bf1aa2a779a591ccf4 (diff) | |
download | uscxml-0b4732178d99a9afc7086c1ede8d5882c9e4ccc3.zip uscxml-0b4732178d99a9afc7086c1ede8d5882c9e4ccc3.tar.gz uscxml-0b4732178d99a9afc7086c1ede8d5882c9e4ccc3.tar.bz2 |
Still trying to support cmake < 3.0
-rw-r--r-- | contrib/cmake/3.0.0/FindLua.cmake | 2 |
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 |