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

Custom Command output on Visual Studio Generators not available #55

Open
smspillaz opened this issue Nov 16, 2014 · 0 comments
Open

Custom Command output on Visual Studio Generators not available #55

smspillaz opened this issue Nov 16, 2014 · 0 comments
Labels

Comments

@smspillaz
Copy link
Member

The command name add_custom_target on Visual Studio generators will never be printed in the build logs, even with the highest verbosity settings. This makes it impossible to check the build logs to see if commands ran.

A similar issue theoretically exists for add_custom_command, but this can be worked around.

Workaround: Avoid running commands in add_custom_target. Instead, generate a file and use add_custom_command instead.

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

No branches or pull requests

1 participant