forked from ruslo/hunter
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
package:updateAdd a new version to an existing packageAdd a new version to an existing package
Description
https://www.ijg.org/ states the latest release of Jpeg is 9f
The current version is release 9f of 14-Jan-2024. This is a stable and solid foundation for many application's JPEG support.
We're currently using 9e-p0, a cmake-ified and hunterized version from: https://github.com/cpp-pm/jpeg/tree/hunter-9e
That version makes problems as it has a too old CMake version 3.0
loading initial cache file /home/gc/hunter/hunter/_Base/cbce5a8/4de711c/f2429c7/Build/Jpeg/args.cmake
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
package:updateAdd a new version to an existing packageAdd a new version to an existing package