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

Failed to determine the version of Rivermax #2

Open
avilleret opened this issue May 25, 2023 · 0 comments · May be fixed by #3
Open

Failed to determine the version of Rivermax #2

avilleret opened this issue May 25, 2023 · 0 comments · May be fixed by #3

Comments

@avilleret
Copy link

With Rivermax SDK 1.30.16 I got an error when configuring project with CMake : Failed to determine the version of Rivermax

Here CMake tries to extract Rivermax version by parsing rivermax_api.h and looking for line starting with #define RMAX_: https://github.com/NVIDIA/Rivermax/blob/master/cmake/FindRivermax.cmake#L183

In SDK 1.30.16, there is no such line in that header, instead the version definition are in rivermax_defs.h and the define name are stlightly different.

@avilleret avilleret linked a pull request May 25, 2023 that will close this issue
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 a pull request may close this issue.

1 participant