Skip to content

Commit

Permalink
[misc] Set CMAKE_CXX_STANDARD to 17 (#1964)
Browse files Browse the repository at this point in the history
  • Loading branch information
xumingkuan authored Oct 16, 2020
1 parent 049c89f commit 340f4b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ SET(TI_VERSION_MAJOR 0)
SET(TI_VERSION_MINOR 6)
SET(TI_VERSION_PATCH 41)

set(CMAKE_CXX_STANDARD 17)

execute_process(
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
COMMAND git rev-parse --short HEAD
Expand Down

0 comments on commit 340f4b0

Please sign in to comment.