libtsm icon indicating copy to clipboard operation
libtsm copied to clipboard

CMake warning on configuration

Open NHOrus opened this issue 1 year ago • 0 comments

Some packaging systems flag this.

CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args`
  (XKBCommon_KeySyms) does not match the name of the calling package
  (XKBCommon).  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/Utilities.cmake:189 (find_package_handle_standard_args)
  cmake/modules/FindXKBCommon.cmake:46 (find_package_handle_library_components)
  CMakeLists.txt:57 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

NHOrus avatar Mar 29 '24 15:03 NHOrus