Skip to content

CMake 4 compatibility#562

Open
fgaz wants to merge 1 commit into
olofson:masterfrom
fgaz:patch-1
Open

CMake 4 compatibility#562
fgaz wants to merge 1 commit into
olofson:masterfrom
fgaz:patch-1

Conversation

@fgaz

@fgaz fgaz commented Dec 23, 2025

Copy link
Copy Markdown

Compatibility with CMake < 3.5 has been removed from CMake 4.

The <min>...<max> syntax tells CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.

I checked, and the project builds fine with this policy and CMake 4.

Compatibility with CMake < 3.5 has been removed from CMake 4.

The <min>...<max> syntax tells CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.

I checked, and the project builds fine with this policy and CMake 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.

1 participant