Skip to content

Fix CMake compatibility: update minimum version to 3.5#60

Merged
VolkerEnderlein merged 2 commits into
masterfrom
cmake_min
Feb 9, 2026
Merged

Fix CMake compatibility: update minimum version to 3.5#60
VolkerEnderlein merged 2 commits into
masterfrom
cmake_min

Conversation

@looooo
Copy link
Copy Markdown
Contributor

@looooo looooo commented Feb 8, 2026

Newer version of CMake no longer supports versions < 3.5. Update cmake_minimum_required from 3.0 to 3.5 to resolve build errors.

looooo and others added 2 commits February 8, 2026 23:24
CMake no longer supports versions < 3.5. Update cmake_minimum_required
from 3.0 to 3.5 to resolve build errors.
Update bundled giflib quantize.h and quantize.c to match the system
giflib signature by adding const qualifiers to input buffer parameters
(RedInput, GreenInput, BlueInput). This resolves compilation errors
when the bundled quantize.h conflicts with the system gif_lib.h header
which declares GifQuantizeBuffer with const input parameters.

Co-authored-by: Cursor <cursoragent@cursor.com>
@VolkerEnderlein VolkerEnderlein merged commit 9136134 into master Feb 9, 2026
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants