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

Set the c++ standard to 17 after usage of filesystem #54

Merged
merged 1 commit into from
Oct 5, 2021

Conversation

Nicogene
Copy link
Member

@Nicogene Nicogene commented Oct 5, 2021

@traversaro made me aware that the usage of filesystem has been introduced in 65ccf23#diff-4d19f6c5be5264a89fc03f09b18025f2dfcc071e8249f7361d50adc26aee3cbf then we need to enforce the usage of c++17 for using it

@Nicogene Nicogene requested a review from triccyx October 5, 2021 11:52
@Nicogene Nicogene self-assigned this Oct 5, 2021
@drdanz
Copy link
Member

drdanz commented Oct 5, 2021

I recommend using also

target_compile_features(<target> <PRIVATE|INTERFACE|PUBLIC> cxx_std_17)

For all the targets using c++17

@Nicogene Nicogene merged commit 5d36e6c into master Oct 5, 2021
@Nicogene Nicogene deleted the fix/filesystemdep branch October 5, 2021 13:46
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.

3 participants