Skip to content

Commit

Permalink
update cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 6, 2024
1 parent dd8e381 commit ccac906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/cmake-modules/CommonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ macro(CommonSetup)
if(UNIX)
set(RPC_LIB_DEFINES "-D MSGPACK_PP_VARIADICS_MSVC=0")
set(BUILD_TYPE "linux")
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD 17)

if(APPLE)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wstrict-aliasing -D__CLANG__")
Expand Down

0 comments on commit ccac906

Please sign in to comment.