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

New registry needs C++14 #2210

Merged
merged 1 commit into from
May 13, 2024
Merged

Conversation

deslaughter
Copy link
Collaborator

This pull request is ready to merge.

Feature or improvement description

The new registry uses std::quoted for parsing the registry files. This feature was added in C++14, not C++11. This commit changes the required C++ standard in the openfast_registry CMakeLists.txt file to the appropriate standard.

Related issue, if one exists

#2204

Impacted areas of the software

modules/openfast-registry/CMakeLists.txt

The new registry uses std::quoted for parsing the registry files. This feature was added in C++14, not C++11. This commit changes the required standard in the openfast_registry CMakeLists.txt file to the appropriate standard.
@andrew-platt andrew-platt merged commit 169f401 into OpenFAST:dev May 13, 2024
42 checks passed
@deslaughter deslaughter deleted the b/new_reg_cpp_14 branch September 4, 2024 20:42
@andrew-platt andrew-platt mentioned this pull request Dec 24, 2024
38 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants