-
Notifications
You must be signed in to change notification settings - Fork 213
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
Debian build stopped working after July 21st 2020 #265
Comments
alanxz
added a commit
that referenced
this issue
Aug 3, 2020
Good catch, #267 is out to fix this. |
Closed
alanxz
added a commit
that referenced
this issue
Aug 3, 2020
woshilapin
pushed a commit
to hove-io/SimpleAmqpClient
that referenced
this issue
Sep 9, 2022
Include was mistakenly removed due to bad merge, this restores that. Fixed: alanxz#265 Fixed: alanxz#266
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Up until recently we were able to checkout the code on Debian and just run cmake/make to build.
However in commit 47f4c79 which was nominally for "API docs polishing" in the CMakeLists.txt file there was an additional change removing the line:
include(GNUInstallDirs)
which means the default install dirs are no longer defined.
Given the doxygen changes just before that line and the lack of any mention in the commit, I'm assuming the deletion of that line was accidental.
Indeed, if I reinstate that line, the simple cmake on Debian starts working for us again.
Would it be possible to get that line reinstated in the repo, or the build instructions updated?
The text was updated successfully, but these errors were encountered: