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

Fix re-running CommonGraph target and improve its documentation #553

Merged
merged 1 commit into from
May 30, 2017

Conversation

rdumusc
Copy link

@rdumusc rdumusc commented May 30, 2017

Before this change, changing the COMMON_GRAPH_SHOW_OPTIONAL options had no effect because CMake did not track changes on ${Name}.dot after #536.
Using file(GENERATE) instead of a file(WRITE) works and avoids the CMake warning "Policy CMP0058".

Before this change, changing the COMMON_GRAPH_SHOW_OPTIONAL options
had no effect because CMake did not track changes on ${Name}.dot
after Eyescale#536.
Using file(GENERATE) instead of a file(WRITE) works and avoids the
CMake warning "Policy CMP0058".
@rdumusc rdumusc merged commit 8806f56 into Eyescale:master May 30, 2017
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.

3 participants