You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Modern CMake is upset with the minimum version being 2.8:
Boost 1.74 has this warning:
For reference, LZJD wants 1.50 or newer, Debian 12 (my system) has 1.74, the latest version is 1.82.
The text was updated successfully, but these errors were encountered: