Skip to content

Fix cmake minimum version deprecation warnings#5

Open
ssam18 wants to merge 1 commit into
snort3:masterfrom
ssam18:fix/cmake-minimum-version-deprecation
Open

Fix cmake minimum version deprecation warnings#5
ssam18 wants to merge 1 commit into
snort3:masterfrom
ssam18:fix/cmake-minimum-version-deprecation

Conversation

@ssam18
Copy link
Copy Markdown

@ssam18 ssam18 commented Apr 8, 2026

Several vendor CMakeLists.txt files were using cmake_minimum_required versions below 3.10, which triggers deprecation warnings on modern CMake versions (3.5+). Bumped gemmlowp, neon2sse, FP16, and psimd to VERSION 3.10 to clear the noise and stay consistent with what the rest of the project already requires. Updated the corresponding patch files to reflect the changes. Fixes #4

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.

Update minimum version of cmake

1 participant