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
Hello, I'm not able to create the Makefile in Ubuntu 16.04.
I get this error:
Binary package: remake-doc, using component doc (DEB) CMake Error at modules/ReMakeDistribute.cmake:162 (message): Changelog not consistent with the project settings! Call Stack (most recent call first): CMakeLists.txt:45 (remake_distribute_deb)
Any suggestion? Thanks Alessandro
The text was updated successfully, but these errors were encountered:
I added remake_set(distribute_force_consistency TRUE)
to the ReMakeDistribute.cmake file. (I added it after line 148). Not the best solution, but it's a workaround.
Sorry, something went wrong.
hackish fix for kralf#5
51598b5
Is there a real fix for this or is @aguinan's workaround the right thing to do? How does this compile for anyone without the workaround?
No branches or pull requests
Hello,
I'm not able to create the Makefile in Ubuntu 16.04.
I get this error:
Binary package: remake-doc, using component doc (DEB)
CMake Error at modules/ReMakeDistribute.cmake:162 (message):
Changelog not consistent with the project settings!
Call Stack (most recent call first):
CMakeLists.txt:45 (remake_distribute_deb)
Any suggestion?
Thanks
Alessandro
The text was updated successfully, but these errors were encountered: