File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,7 @@ if (UNIX AND NOT CMAKE_C_COMPILER)
4242 set (CMAKE_CXX_COMPILER g++)
4343endif ()
4444
45- if (MSVC )
46- set (CMAKE_CXX_STANDARD 20)
47- else ()
48- set (CMAKE_CXX_STANDARD 17)
49- endif ()
45+ set (CMAKE_CXX_STANDARD 20)
5046
5147if ( NOT APPLE )
5248 set (CURL_DIR build_resources/libcurl_ssl_x64)
Original file line number Diff line number Diff line change @@ -56,11 +56,7 @@ set(SOLARPILOT_SRC
5656# Compile Options per Platform
5757#
5858#####################################################################################################################
59- if (MSVC )
60- set (CMAKE_CXX_STANDARD 20)
61- else ()
62- set (CMAKE_CXX_STANDARD 17)
63- endif ()
59+ set (CMAKE_CXX_STANDARD 20)
6460
6561set (CMAKE_POSITION_INDEPENDENT_CODE ON )
6662
You can’t perform that action at this time.
0 commit comments