Skip to content

Fix CMake 3.17 warning

fixes the warning

CMake Warning (dev) at /cvmfs/lhcb.cern.ch/lib/contrib/CMake/3.17.3/Linux-x86_64/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:272 (message):
  The package name passed to `find_package_handle_standard_args` (GRAPHVIZ)
  does not match the name of the calling package (Graphviz).  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/FindGraphviz.cmake:40 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
...

Merge request reports