Skip to content

Depricated software: CMake & Boost #5

@rjzak

Description

@rjzak

Modern CMake is upset with the minimum version being 2.8:

CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

Boost 1.74 has this warning:

In file included from /usr/include/boost/config/header_deprecated.hpp:18,
                 from /usr/include/boost/function_output_iterator.hpp:12,
                 from /home/rjzak/CLionProjects/MalwareDB/LZJD/src/LZJD.cpp:8:
/usr/include/boost/function_output_iterator.hpp:14:1: note: ‘#pragma message: This header is deprecated. Use <boost/iterator/function_output_iterator.hpp> instead.’
   14 | BOOST_HEADER_DEPRECATED("<boost/iterator/function_output_iterator.hpp>")

For reference, LZJD wants 1.50 or newer, Debian 12 (my system) has 1.74, the latest version is 1.82.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions