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

valhalla.h and config.h don't need cmake configuration (anymore) #3502

Merged
merged 4 commits into from
Jan 14, 2022

Conversation

nilsnolde
Copy link
Member

must've been a relic from older configs that those two headers were passed through cmake config. at least now it's not needed anymore and those headers can stay in the source dir, no need to copy them over to build dir.

Comment on lines 9 to 11
#define VALHALLA_VERSION \
VALHALLA_STRINGIZE(VALHALLA_VERSION_MAJOR) \
"." VALHALLA_STRINGIZE(VALHALLA_VERSION_MINOR) "." VALHALLA_STRINGIZE(VALHALLA_VERSION_PATCH)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

urgh, didn't realize that.. I'll turn off clang format for that one

@nilsnolde nilsnolde merged commit 6f7fd8c into master Jan 14, 2022
@nilsnolde nilsnolde deleted the nn-redundant-header-config branch January 14, 2022 10:41
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