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 CSharp: fix compatibility with cmake 3.10 #3

Merged
merged 1 commit into from
Dec 30, 2021

Conversation

rouault
Copy link

@rouault rouault commented Dec 28, 2021

I'm not sure about the replacement of cmake_path( ... STEM ...) with get_filename_component ( ... NAME_WE)

@runette
Copy link
Owner

runette commented Dec 29, 2021

@roualt

get_filename_component is actually marked as deprecated.

However - it is up to you if you need backward-compatibility with cmake 3.10. Let me know

@rouault
Copy link
Author

rouault commented Dec 29, 2021

However - it is up to you if you need backward-compatibility with cmake 3.10

yes, we've settled on that now to have at least Ubuntu 20.04 compatibility out of the box

@runette runette merged commit b782cd8 into runette:csharp-fix Dec 30, 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.

2 participants