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

Update required CMake version #14

Open
tdauth opened this issue Apr 6, 2023 · 2 comments
Open

Update required CMake version #14

tdauth opened this issue Apr 6, 2023 · 2 comments

Comments

@tdauth
Copy link

tdauth commented Apr 6, 2023

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.

@tdauth
Copy link
Author

tdauth commented Apr 6, 2023

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)

@tdauth
Copy link
Author

tdauth commented Apr 6, 2023

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);
``

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