Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-3243

Fix Cmake warnings | `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.14.0
    • 1.15.0
    • build
    • None

    Description

      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.
       

      Attachments

        Activity

          People

            bankim Bankim Bhavsar
            bankim Bankim Bhavsar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: