Skip to content

Commit

Permalink
Merge pull request #2210 from deslaughter/b/new_reg_cpp_14
Browse files Browse the repository at this point in the history
New registry needs C++14
  • Loading branch information
andrew-platt authored May 13, 2024
2 parents a98f8bc + 0fa55a6 commit 169f401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openfast-registry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ add_executable(openfast_registry
src/registry.hpp
src/templates.hpp
)
target_compile_features(openfast_registry PRIVATE cxx_std_11)
target_compile_features(openfast_registry PRIVATE cxx_std_14)

set_target_properties(openfast_registry PROPERTIES
RUNTIME_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR}/modules/openfast-registry
Expand Down

0 comments on commit 169f401

Please sign in to comment.