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

Replace boost::filesystem with std::filesystem #319

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Conversation

rmccorm4
Copy link
Contributor

@rmccorm4 rmccorm4 commented Jan 19, 2024

# boost::filesystem can be replaced with std::filesystem in C++17.
#
find_package(Boost 1.78 REQUIRED COMPONENTS filesystem)
find_package(Boost 1.78 REQUIRED COMPONENTS)
message(STATUS "Using Boost ${Boost_VERSION}")
Copy link
Contributor

@oandreeva-nv oandreeva-nv Jan 19, 2024

Choose a reason for hiding this comment

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

are we keeping this message intentionally? No questions

Copy link
Contributor

@oandreeva-nv oandreeva-nv left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! Just left one question

@rmccorm4 rmccorm4 merged commit f0ff1e5 into main Jan 22, 2024
1 check passed
@rmccorm4 rmccorm4 deleted the rmccormick-filesystem branch January 22, 2024 02:36
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.

3 participants