Dongjoon Hyun created ORC-873:
---------------------------------
Summary: Fix FindCyrusSASL to use the package name `CyrusSASL`
instead of `CYRUS_SASL`
Key: ORC-873
URL: https://issues.apache.org/jira/browse/ORC-873
Project: ORC
Issue Type: Bug
Components: C++
Affects Versions: 1.6.9, 1.7.0, 1.8.0
Reporter: Dongjoon Hyun
{code}
CMake Warning (dev) at
/opt/homebrew/Cellar/cmake/3.21.0/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438
(message):
The package name passed to `find_package_handle_standard_args` (CYRUS_SASL)
does not match the name of the calling package (CyrusSASL). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake_modules/FindCyrusSASL.cmake:46 (find_package_handle_standard_args)
cmake_modules/ThirdpartyToolchain.cmake:432 (find_package)
CMakeLists.txt:130 (INCLUDE)
This warning is for project developers. Use -Wno-dev to suppress it.
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)