Skip to content

Bump cmake to 3.10#173

Open
nim65s wants to merge 1 commit intogazebosim:ign-tools1from
nim65s:ign-tools1
Open

Bump cmake to 3.10#173
nim65s wants to merge 1 commit intogazebosim:ign-tools1from
nim65s:ign-tools1

Conversation

@nim65s
Copy link
Copy Markdown

@nim65s nim65s commented Apr 1, 2026

to fix build with CMake v4:

CMake Error at CMakeLists.txt:1 (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.

to fix build with CMake v4:
```
CMake Error at CMakeLists.txt:1 (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.
```

Signed-off-by: Guilhem Saurel <guilhem.saurel@laas.fr>
@nim65s nim65s requested a review from caguero as a code owner April 1, 2026 19:07
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏯 fortress Ignition Fortress

Projects

Status: Inbox

Development

Successfully merging this pull request may close these issues.

2 participants