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 policy with required cmake version #200

Open
thomas-lemaire opened this issue Nov 6, 2024 · 1 comment
Open

cmake policy with required cmake version #200

thomas-lemaire opened this issue Nov 6, 2024 · 1 comment

Comments

@thomas-lemaire
Copy link

In geometry-central/deps/CMakeLists.txt the required minimal cmake version is 3.8 whereas line 3 the CMP0169 policy is used. This policy is only part of newer cmake from version 3.30 (cf https://cmake.org/cmake/help/latest/policy/CMP0169.html)

By the way depending on such a new cmake version make a decent Ubuntu 24.04 system not compatible, it ships cmake 3.28

@fwsGonzo
Copy link

fwsGonzo commented Nov 28, 2024

I just hit this issue too. No way this will compile on 20.04 LTS. For reference, CMake 3.22 here.

This branch will work: https://github.com/0xcafed00d/geometry-central/commits/fix_build_issues

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

No branches or pull requests

2 participants