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

Make updates for CMake version, dependencies, and C++ standard #190

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

jefftrull
Copy link
Collaborator

These issues were noted by @pdimov and the fix was to rerun boostdep --cmake (with a couple of manual changes for src/cpplexer files).

If merged this will resolve #189

These issues were noted by Peter Dimov and the fix was to rerun
boostdep (with a couple of manual changes for src/cpplexer files)
@jefftrull jefftrull requested review from hkaiser and pdimov October 23, 2023 22:07
@pdimov
Copy link
Member

pdimov commented Oct 23, 2023

It's OK, but why reorder the source files? It just makes the diff more complicated for no good reason.

@jefftrull
Copy link
Collaborator Author

My thinking is that boostdep is now producing them in a different order, so by taking the reordering now we will have shorter diffs in the future.

I guess I could just always reorder them to match going forward instead. Hm... What do you think?

@pdimov
Copy link
Member

pdimov commented Oct 23, 2023

The order in which the files are enumerated might be OS-dependent; on Windows, boostdep produces the same sorted list, but you are probably on Linux or Mac. Well, not that big of a deal, I suppose.

@jefftrull jefftrull merged commit 8a76339 into boostorg:develop Oct 25, 2023
4 of 6 checks passed
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.

C++11 requirements for CMake need tweaking
2 participants