Skip to content

Update cmake min to 3.14 #11

Open
lum1n0us wants to merge 1 commit intobytecodealliance:mainfrom
lum1n0us:fix/upgrade_cmake_min_ver
Open

Update cmake min to 3.14 #11
lum1n0us wants to merge 1 commit intobytecodealliance:mainfrom
lum1n0us:fix/upgrade_cmake_min_ver

Conversation

@lum1n0us
Copy link
Copy Markdown

@lum1n0us lum1n0us commented Apr 8, 2025

3.14 is used and tested by linux mini-product

to fix

CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from 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.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

3.14 is used and tested by linux mini-product

to fix

```
CMake Error at CMakeLists.txt:4 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from 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.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
```
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