Skip to content
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: changes README.md do not trigger rebuild #1075

Closed
markus2330 opened this issue Nov 10, 2016 · 3 comments
Closed

cmake: changes README.md do not trigger rebuild #1075

markus2330 opened this issue Nov 10, 2016 · 3 comments

Comments

@markus2330
Copy link
Contributor

Cmake is not called automatically when README.md are changed

@markus2330 markus2330 changed the title cmake: README.md updates cmake: changes README.md do not trigger rebuild Jan 26, 2019
@stale
Copy link

stale bot commented May 6, 2020

I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖

@kodebach
Copy link
Member

kodebach commented May 7, 2020

Pretty sure this issue is solved by line 629 in LibAddMacros.cmake (at least for those README.md files that use generate_readme):

function (generate_readme p) # rerun cmake when README.md is changed also allows cmake variable substitution
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/README.md ${CMAKE_CURRENT_BINARY_DIR}/README.out)

@stale stale bot removed the stale label May 7, 2020
@markus2330
Copy link
Contributor Author

Jup, worked for me in the dbus plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants