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 minimal version mismatch #1375

Closed
Vascom opened this issue Feb 20, 2024 · 1 comment
Closed

Cmake minimal version mismatch #1375

Vascom opened this issue Feb 20, 2024 · 1 comment

Comments

@Vascom
Copy link
Collaborator

Vascom commented Feb 20, 2024

Cmake policy change CMP0153 from @6a67 introduced only in cmake 3.28.
But current minimal required version 3.10.2

cmake_minimum_required(VERSION 3.10.2)

Also many linux distributions still use version < 3.28. So new versions of stlink can't be build for them.
Need to solve this mismatch.

@Nightwalker-87
Copy link
Member

Duplicate of #1374.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.