Skip to content

Commit

Permalink
#2082: Change target compile features to c++17
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Mar 24, 2023
1 parent 3f1b6cd commit bff8f4d
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,23 +217,7 @@ endif()

target_compile_features(
${VIRTUAL_TRANSPORT_LIBRARY} PUBLIC
cxx_std_14
cxx_variadic_templates
cxx_auto_type
cxx_constexpr
cxx_decltype
cxx_defaulted_functions
cxx_deleted_functions
cxx_defaulted_move_initializers
cxx_delegating_constructors
cxx_lambdas
cxx_nonstatic_member_init
cxx_nullptr
cxx_override
cxx_range_for
cxx_right_angle_brackets
cxx_uniform_initialization
cxx_alias_templates
cxx_std_17
)

include(turn_on_warnings)
Expand Down

0 comments on commit bff8f4d

Please sign in to comment.