Skip to content

Conversation

@yegorich
Copy link
Contributor

@yegorich yegorich commented Dec 8, 2025

This bump fixes the following compatibility issue with CMake 4.x:

| 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.

| -- Configuring incomplete, errors occurred!

libconfig| CMake configuration: FAILED

Fixes #275

This bump fixes the following compatibility issue with CMake 4.x:

| 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.

| -- Configuring incomplete, errors occurred!

libconfig| CMake configuration: FAILED
@hyperrealm hyperrealm merged commit 862fff5 into hyperrealm:master Dec 14, 2025
0 of 4 checks passed
@yegorich yegorich deleted the cmake-bump branch December 15, 2025 12:57
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 required cmake version to 3.5 or 3.10

2 participants