libdkimpp icon indicating copy to clipboard operation
libdkimpp copied to clipboard

CMake 4.0 compatibility

Open dfateyev opened this issue 6 months ago • 0 comments

libdkimpp experiences FTBFS with CMake 4.0: https://bugzilla.redhat.com/show_bug.cgi?id=2380717 https://bugzilla.redhat.com/show_bug.cgi?id=2381251

+ /usr/bin/cmake -S . -B redhat-linux-build -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_Fortran_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_FULL_SBINDIR:PATH=/usr/bin -DCMAKE_INSTALL_SBINDIR:PATH=bin -DBUILD_SHARED_LIBS:BOOL=ON
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.

You are probably interested in adding CMake 4.0 compatibility to the project, and tag a new release.

dfateyev avatar Jul 25 '25 20:07 dfateyev