libdnf icon indicating copy to clipboard operation
libdnf copied to clipboard

Warning: SWIG_ADD_MODULE is deprecated. Use SWIG_ADD_LIBRARY instead.

Open yurivict opened this issue 5 years ago • 0 comments

-- Building for python3
CMake Deprecation Warning at /usr/local/share/cmake/Modules/UseSWIG.cmake:592 (message):
  SWIG_ADD_MODULE is deprecated.  Use SWIG_ADD_LIBRARY instead.
Call Stack (most recent call first):
  bindings/python/CMakeLists.txt:23 (swig_add_module)
  bindings/python/CMakeLists.txt:33 (libdnf_swig_module)


CMake Warning (dev) at /usr/local/share/cmake/Modules/UseSWIG.cmake:633 (message):
  Policy CMP0078 is not set: UseSWIG generates standard target names.  Run
  "cmake --help-policy CMP0078" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.

Revision 0.48.0-42-ga061cbf6 clang-10 cmake-3.18.2

yurivict avatar Sep 26 '20 02:09 yurivict