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: runtime: use add_custom_command for tags directly #9430

Merged
merged 1 commit into from
Jan 1, 2019

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented Jan 1, 2019

This avoids generating the tags files all the time, and makes make install with CMAKE_INSTALL_MESSAGE=LAZY much more silent in general.

Using copy_if_different instead of remove + copy_directory might
be good on top, but is a) not really necessary anymore and b) would not
sync removed files.
For this file(COPY could be used, but would require to re-run cmake on
changed input files then.

This avoids generating the tags files all the time, and makes `make
install` with `CMAKE_INSTALL_MESSAGE=LAZY` much more silent in general.

Using `copy_if_different` instead of `remove` + `copy_directory` might
be good on top, but is a) not really necessary anymore and b) would not
sync removed files.
For this `file(COPY` could be used, but would require to re-run cmake on
changed input files then.
@justinmk justinmk merged commit 24f2cc5 into neovim:master Jan 1, 2019
@blueyed blueyed deleted the lazy branch January 1, 2019 13:34
justinmk added a commit to justinmk/neovim that referenced this pull request Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants