Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake warning one Homebrew CI #160

Closed
azeey opened this issue Feb 5, 2025 · 2 comments
Closed

CMake warning one Homebrew CI #160

azeey opened this issue Feb 5, 2025 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@azeey
Copy link
Contributor

azeey commented Feb 5, 2025

Environment

  • OS Version: Homebrew
  • Source or binary build? gz-plugin2

Description

  • Expected behavior: No CMake warnings
  • Actual behavior: Two CMake warnings are generated on CI

One is tracked by: gazebosim/gz-cmake#461

The other seems to be a gz-plugin issue

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.

cmake_minimum_required(VERSION 3.5.1 FATAL_ERROR)

@azeey azeey added the bug Something isn't working label Feb 5, 2025
@azeey azeey mentioned this issue Feb 5, 2025
7 tasks
@scpeters
Copy link
Member

scpeters commented Feb 6, 2025

increasing the minimum required cmake version in #162

@scpeters
Copy link
Member

scpeters commented Feb 6, 2025

fixed by #162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

3 participants