Skip to content

Commit f4b2b82

Browse files
togesparkprime
authored andcommitted
use C++17 to use nested namespace
1 parent a3a1f09 commit f4b2b82

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
@@ -43,7 +43,7 @@ else()
4343
message(FATAL_ERROR "Compiler ${CMAKE_CXX_COMPILER_ID} not supported")
4444
endif()
4545

46-
set(CMAKE_CXX_STANDARD 11)
46+
set(CMAKE_CXX_STANDARD 17)
4747

4848

4949
# Include external googletest project. This runs a CMake sub-script

0 commit comments

Comments
 (0)