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

Make CMAKE environment variable export more universal #68

Open
Rene36 opened this issue Apr 25, 2023 · 0 comments
Open

Make CMAKE environment variable export more universal #68

Rene36 opened this issue Apr 25, 2023 · 0 comments

Comments

@Rene36
Copy link

Rene36 commented Apr 25, 2023

https://github.com/IBM/GEDS/blob/main/doc/BUILDING.md#linux

Replace CMAKE_VERSION=3.22.4 with export CMAKE_VERSION=$(cmake --version | grep -oP '\d+(\.\d+)(\.\d+)') to export the device's cmake version into an environment variable, which is then used in the subsequent command.

Check if environment variable is correctly set via
printenv | grep CMAKE_VERSION

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