Bankim Bhavsar created KUDU-3243: ------------------------------------ Summary: Fix Cmake warnings | `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Key: KUDU-3243 URL: https://issues.apache.org/jira/browse/KUDU-3243 Project: Kudu Issue Type: Improvement Components: build Affects Versions: 1.14.0 Reporter: Bankim Bhavsar
{noformat} Added shared library dependency yaml: /home/bankim/src/kudu/thirdparty/installed/uninstrumented/lib/libyaml-cpp.so CMake Warning (dev) at /home/bankim/Desktop/clion-2018.3.3/bin/cmake/linux/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to `find_package_handle_standard_args` (GUMBO_PARSER) does not match the name of the calling package (GumboParser). 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/FindGumboParser.cmake:40 (find_package_handle_standard_args) CMakeLists.txt:1205 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. Added shared library dependency gumbo-parser: /home/bankim/src/kudu/thirdparty/installed/uninstrumented/lib/libgumbo.so CMake Warning (dev) at /home/bankim/Desktop/clion-2018.3.3/bin/cmake/linux/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message): The package name passed to `find_package_handle_standard_args` (GUMBO_QUERY) does not match the name of the calling package (GumboQuery). 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/FindGumboQuery.cmake:40 (find_package_handle_standard_args) CMakeLists.txt:1212 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. {noformat} -- This message was sent by Atlassian Jira (v8.3.4#803005)