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

Minimum CMake version? #3220

Closed
urschrei opened this issue Jun 3, 2022 · 5 comments
Closed

Minimum CMake version? #3220

urschrei opened this issue Jun 3, 2022 · 5 comments

Comments

@urschrei
Copy link
Contributor

urschrei commented Jun 3, 2022

We'd like to list a minimum CMake version requirement in https://github.com/georust/proj, but I couldn't find a minimum version in the docs, and I had a build failure earlier using CMake 3.12.x (resolved by updating to 3.23.2).

@rouault
Copy link
Member

rouault commented Jun 3, 2022

it's supposed to be 3.9: https://github.com/OSGeo/PROJ/blob/master/CMakeLists.txt#L12

can you paste the failure you got with 3.12 (and the exact CMake version) ?

@urschrei
Copy link
Contributor Author

urschrei commented Jun 3, 2022

I upgraded to 3.23.2 after I googled the error, which was related to

list sub-command REMOVE_ITEM requires two or more arguments.

Let me see if I can downgrade and reproduce it.

@rouault
Copy link
Member

rouault commented Jun 3, 2022

ah this is probably a duplicate of #3087 that affected the 9.0 release. It will be fixed in 9.0.1

@rouault
Copy link
Member

rouault commented Jun 3, 2022

closing as a duplicate of #3083 actually.

@rouault rouault closed this as completed Jun 3, 2022
@urschrei
Copy link
Contributor Author

urschrei commented Jun 3, 2022

Ah, that looks like it. Thanks!

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