Skip to content

fix(cmake): Update CMake minimum required version#2344

Open
jcfr wants to merge 2 commits intoTencent:masterfrom
jcfr:cmake-update-minimum-requirer-version
Open

fix(cmake): Update CMake minimum required version#2344
jcfr wants to merge 2 commits intoTencent:masterfrom
jcfr:cmake-update-minimum-requirer-version

Conversation

@jcfr
Copy link
Copy Markdown

@jcfr jcfr commented Jun 24, 2025

This addresses the following warning reported when building using CMake 3.31:

CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.

jcfr and others added 2 commits June 24, 2025 16:03
This addresses the following warning reported when building using CMake 3.31:

```
CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.10 will be removed from a future version of
  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.
```

Co-authored-by: Hans Johnson <hans-johnson@uiowa.edu>
Co-authored-by: Hans Johnson <hans-johnson@uiowa.edu>
@tencent-adm
Copy link
Copy Markdown
Member

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@jcfr jcfr changed the title Update CMake minimum required version fix(cmake): Update CMake minimum required version Jun 24, 2025
@jcfr
Copy link
Copy Markdown
Author

jcfr commented Jun 25, 2025

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.

3 participants