yaqi-zhao commented on code in PR #14585: URL: https://github.com/apache/arrow/pull/14585#discussion_r1034406781
########## cpp/cmake_modules/FindQPL.cmake: ########## @@ -0,0 +1,66 @@ +# Copyright 2012 Cloudera Inc. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# - Find QPL +# +# Variables used by this module, they can change the default behaviour and need +# to be set before calling find_package: +# +# QPL_ROOT - When set, this path is inspected instead of standard library +# locations as the root of the Thrift installation. +# The environment variable THRIFT_HOME overrides this variable. +# +# This module defines +# QPL_FOUND, whether Thrift is found or not +# QPL_COMPILER_FOUND, whether Thrift compiler is found or not Review Comment: Yes, I'll correct it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
