Skip to content

Commit 76042c3

Browse files
committed
🔧 cxxstd:17 (requires by gtest v1.16.0)
1 parent 3ecb029 commit 76042c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ option(GUNIT_BUILD_TESTS "Build the tests" ${MASTER_PROJECT})
2222
add_custom_target(style)
2323
add_custom_command(TARGET style COMMAND find ${CMAKE_CURRENT_LIST_DIR}/benchmark ${CMAKE_CURRENT_LIST_DIR}/example ${CMAKE_CURRENT_LIST_DIR}/include ${CMAKE_CURRENT_LIST_DIR}/test -iname "*.h" -or -iname "*.cpp" | xargs clang-format -i)
2424

25-
set(CMAKE_CXX_STANDARD 14)
25+
set(CMAKE_CXX_STANDARD 17)
2626

2727
if(NOT MSVC)
2828
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")

0 commit comments

Comments
 (0)