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 deprecation warning #216

Open
mqtthiqs opened this issue May 27, 2024 · 0 comments
Open

CMake deprecation warning #216

mqtthiqs opened this issue May 27, 2024 · 0 comments

Comments

@mqtthiqs
Copy link

Hi and thank you for your nice work.

Your CMakeFile starts with:

cmake_minimum_required(VERSION 3.1..3.18)

My CMake (3.29.1) is complaining that the minimum requirement, 3.1, is getting old:

[cmake] CMake Deprecation Warning at extern/libsamplerate/CMakeLists.txt:1 (cmake_minimum_required):
[cmake]   Compatibility with CMake < 3.5 will be removed from a future version of
[cmake]   CMake.
[cmake] 
[cmake]   Update the VERSION argument <min> value or use a ...<max> suffix to tell
[cmake]   CMake that the project does not need compatibility with older versions.

Maybe it is time to increase this minimum?
Thanks in advance.

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

1 participant