We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libnfs/lib/CMakeLists.txt
Line 25 in 7afd17d
install(TARGETS nfs EXPORT libnfs RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib)
which is wrong, because libs should be installed into standard libdir.
Futhermore, libnfs are not using GNUInstallDirs for installation dir. See patch here: https://gitee.com/fundawang/libnfs/raw/main/0001-use-GNUInstallDirs-for-default-installation-dir.patch
The text was updated successfully, but these errors were encountered:
Please send a pull request. I don't usually use CMake
Sorry, something went wrong.
well, the INSTALL file refers to cmake over autotools, which makes me think that cmake is the preferred build system.
No branches or pull requests
libnfs/lib/CMakeLists.txt
Line 25 in 7afd17d
which is wrong, because libs should be installed into standard libdir.
Futhermore, libnfs are not using GNUInstallDirs for installation dir. See patch here: https://gitee.com/fundawang/libnfs/raw/main/0001-use-GNUInstallDirs-for-default-installation-dir.patch
The text was updated successfully, but these errors were encountered: