Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depricated software: CMake & Boost #5

Open
rjzak opened this issue Jun 23, 2023 · 0 comments
Open

Depricated software: CMake & Boost #5

rjzak opened this issue Jun 23, 2023 · 0 comments

Comments

@rjzak
Copy link

rjzak commented Jun 23, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant