Repository: incubator-impala Updated Branches: refs/heads/master de12d86f2 -> 62894e323
Fix typo in Flatbuffers cmake module Change-Id: I0786344b5485a92c02a246b543b6acda279e199c Reviewed-on: http://gerrit.cloudera.org:8080/6398 Reviewed-by: Dimitris Tsirogiannis <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/5a333c47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/5a333c47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/5a333c47 Branch: refs/heads/master Commit: 5a333c47c533d7444adc239696401d542c4064d3 Parents: de12d86 Author: Henry Robinson <[email protected]> Authored: Fri Mar 10 00:56:21 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Wed Mar 15 03:57:40 2017 +0000 ---------------------------------------------------------------------- cmake_modules/FindFlatBuffers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/5a333c47/cmake_modules/FindFlatBuffers.cmake ---------------------------------------------------------------------- diff --git a/cmake_modules/FindFlatBuffers.cmake b/cmake_modules/FindFlatBuffers.cmake index d61a640..19ee588 100644 --- a/cmake_modules/FindFlatBuffers.cmake +++ b/cmake_modules/FindFlatBuffers.cmake @@ -40,4 +40,4 @@ find_program(FLATBUFFERS_COMPILER flatc include(FindPackageHandleStandardArgs) find_package_handle_standard_args(FLATBUFFERS REQUIRED_VARS - FLATBUFFERS_INCLUDE_DIR FLATBUFERS_LIBS FLATBUFFERS_COMPILER) + FLATBUFFERS_INCLUDE_DIR FLATBUFFERS_LIBS FLATBUFFERS_COMPILER)
