Skip to content
Snippets Groups Projects
Commit 7abdcbf5 authored by Steven Murray's avatar Steven Murray
Browse files

Fixed the following warning generated when using cmake3:

CMake Warning (dev) at
/usr/share/cmake3/Modules/FindPackageHandleStandardArgs.cmake:272
(message):
  The package name passed to `find_package_handle_standard_args` (gRPC)
does
  not match the name of the calling package (GRPC).  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/FindGRPC.cmake:125 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  eos_cta/CMakeLists.txt:19 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.
parent 4d18c96a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment