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
There is
file(GLOB LIB_INCLUDES "include/libnitrokey/*.h") install (FILES ${LIB_INCLUDES} DESTINATION "include")
in the CMakeLists.txt, but there is basically no libnitrokey directory, so cmake doesn't install any header files..
libnitrokey
The text was updated successfully, but these errors were encountered:
ae7dd58
@szszszsz thanks a lot!
I submitted review request for inclusion of libnitrokey into Fedora (https://bugzilla.redhat.com/show_bug.cgi?id=1499408) and hopefully soon I will update nitrokey-app in Fedora to the latest version.
Thanks again!
Sorry, something went wrong.
My pleasure! Feel free to let me know if there are any other issues with making packages. And thank you for updating it!
Merge pull request Nitrokey#70 from robin-nitrokey/nethsm-commands-2
790e8e3
Add more nethsm subcommands
No branches or pull requests
There is
in the CMakeLists.txt, but there is basically no
libnitrokey
directory, so cmake doesn't install any header files..The text was updated successfully, but these errors were encountered: