-
Notifications
You must be signed in to change notification settings - Fork 15
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_INSTALL_DEV_PREFIX ? #40
Comments
It should use the DEV_PREFIX only if it is set https://github.com/greenbone/pg-gvm/blob/main/CMakeLists.txt#L183 |
Then https://github.com/greenbone/pg-gvm/blob/main/CMakeLists.txt#L40 should use the same variable. |
Sorry I don't get that. |
When only
Just saying: These should be consistent. |
Hi,
the build script outputs the value of
CMAKE_INSTALL_PREFIX
as "install prefix" but then actually usesCMAKE_INSTALL_DEV_PREFIX
instead...The text was updated successfully, but these errors were encountered: