libmodule icon indicating copy to clipboard operation
libmodule copied to clipboard

Compatibility with CMake < 3.5 has been removed from CMake

Open tategotoazarasi opened this issue 7 months ago • 1 comments
trafficstars

CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

tategotoazarasi avatar Apr 14 '25 09:04 tategotoazarasi

This PR solves it

markuz avatar May 22 '25 20:05 markuz

@FedeDP the build for libmodule is currently failing on NixOS due to this. Could you merge the PR mentioned above?

https://hydra.nixos.org/build/307983955/nixlog/3

sveitser avatar Oct 07 '25 07:10 sveitser

Fixed by #21. Sorry for the long time no see :( i am very busy. Also, i'd need to backport the fix and make a 5.0.2 release. I'll try to do that asap!

FedeDP avatar Oct 07 '25 07:10 FedeDP

Released 5.0.2 with the cmake fix! https://github.com/FedeDP/libmodule/releases/tag/5.0.2

Thanks for the patience :)

FedeDP avatar Oct 08 '25 19:10 FedeDP