File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,16 +69,16 @@ render_pipeline_generate_version_hpp()
69
69
70
70
if (MSVC )
71
71
target_compile_features (${PROJECT_NAME} PUBLIC cxx_final cxx_strong_enums cxx_delegating_constructors
72
- PRIVATE $<$<VERSION_GREATER :${MSVC_VERSION} ,1800>:cxx_generic_lambdas>
73
- $<$<VERSION_GREATER :${MSVC_VERSION} ,1900>:cxx_std_14>
72
+ $<$<VERSION_GREATER :${MSVC_VERSION} ,1800>:cxx_std_14>
74
73
)
75
74
target_compile_options (${PROJECT_NAME} PRIVATE /MP /wd4251
76
- $<$<VERSION_GREATER :${MSVC_VERSION} ,1900>:/permissive- /utf-8>
75
+ $<$<VERSION_GREATER :${MSVC_VERSION} ,1800>:/utf-8>
76
+ $<$<VERSION_GREATER :${MSVC_VERSION} ,1900>:/permissive->
77
77
)
78
78
set_property (TARGET ${PROJECT_NAME} APPEND_STRING PROPERTY LINK_FLAGS_RELWITHDEBINFO " /INCREMENTAL:NO /OPT:REF /OPT:ICF " )
79
79
set_property (TARGET ${PROJECT_NAME} APPEND_STRING PROPERTY LINK_FLAGS_RELEASE " /INCREMENTAL:NO /OPT:REF /OPT:ICF " )
80
80
else ()
81
- target_compile_features (${PROJECT_NAME} PUBLIC cxx_std_14 )
81
+ target_compile_features (${PROJECT_NAME} PUBLIC cxx_std_17 )
82
82
target_compile_options (${PROJECT_NAME} PRIVATE -Wall)
83
83
endif ()
84
84
You can’t perform that action at this time.
0 commit comments