We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a future version of
old repo but still useful but update the CMake version which is required.
The text was updated successfully, but these errors were encountered:
It says this when I remove the check:
CMake Warning (dev) in CMakeLists.txt: No cmake_minimum_required command is present. A line of code such as cmake_minimum_required(VERSION 3.22)
Sorry, something went wrong.
and I get this compile error now:
/FreeImage/OpenEXR/Imath/ImathVec.h:220:41: error: ISO C++17 does not allow dynamic exception specifications 220 | const Vec2 & normalizeExc () throw (Iex::MathExc); ``
No branches or pull requests
old repo but still useful but update the CMake version which is required.
The text was updated successfully, but these errors were encountered: