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

Remove VERSION file to TRITON_VERSION #2425

Merged
merged 1 commit into from
Jan 18, 2021
Merged

Conversation

deadeyegoodwin
Copy link
Contributor

This is needed because on windows (case insensitive file system) the
VERSION file was being picked up as the C++ header which
causes build failures.

This is needed because on windows (case insensitive file system) the
VERSION file was being picked up as the C++ <version> header which
causes build failures.
Copy link
Contributor

@tanmayv25 tanmayv25 left a comment

Choose a reason for hiding this comment

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

You mean standard library header ? Just curious where the conflict occurs.

@deadeyegoodwin
Copy link
Contributor Author

deadeyegoodwin commented Jan 16, 2021

Apparently there can be a include (perhaps optional for C++). Boost looks for it and on windows it finds our VERSION file because how we setup the include paths and because windows file system is case insensitive.

@deadeyegoodwin deadeyegoodwin merged commit abc566f into master Jan 18, 2021
@deadeyegoodwin deadeyegoodwin deleted the davidg-version branch January 18, 2021 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants