SpectrumIM / spectrum2

Spectrum 2 IM transports
https://spectrum.im
408 stars 91 forks source link

CMake Deprecation Warning at CMakeLists.txt:3 #472

Closed ConiKost closed 1 year ago

ConiKost commented 1 year ago
CMake Deprecation Warning at CMakeLists.txt:3 (cmake_policy):
  The OLD behavior for policy CMP0037 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.

Should be considiered for a future release :-)

vitalyster commented 1 year ago

That will require to rewrite tests using CMake-compatible framework ;)