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

remove cmake deprecation warnings #9770

Merged
merged 1 commit into from Sep 19, 2021

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented Sep 14, 2021

Newer CMake was complaining of deprecations in certain source files...

Tracked on [LRS-108]

@maloel maloel requested a review from Nir-Az September 14, 2021 13:14
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.9)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So you allow max future cmake version of 3.20.5?
Just want to make sure I understand the syntax.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It means it's been tested and will work with anything up to 3.20.5, even if earlier versions are deprecated

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(while still keeping a minimum of 2.8.9)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it 👍

Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@maloel maloel merged commit 9a6c24c into IntelRealSense:development Sep 19, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants