Skip to content

Commit

Permalink
Update to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Nov 6, 2023
1 parent 5795608 commit 24d7a86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(CMAKE_C_STANDARD 11)

# C++ standard
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 17)

add_definitions(-D_SILENCE_CXX17_RESULT_OF_DEPRECATION_WARNING=1)

Expand Down
2 changes: 1 addition & 1 deletion CefViewCore
Submodule CefViewCore updated 1 files
+1 −1 CMakeLists.txt

0 comments on commit 24d7a86

Please sign in to comment.