Skip to content

Commit

Permalink
fix: Increment CXX standard to 14 to allow crashpad build (#585)
Browse files Browse the repository at this point in the history
Fixes #574
  • Loading branch information
mjvankampen authored Aug 24, 2021
1 parent 5218603 commit 90966cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(NOT CMAKE_C_STANDARD)
endif()

if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD 14)
endif()

include(GNUInstallDirs)
Expand Down

0 comments on commit 90966cc

Please sign in to comment.