Skip to content

Commit cd567c8

Browse files
change cpp version from 17 to 20
1 parent 3f60382 commit cd567c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ add_definitions("-DVTR_ASSERT_LEVEL=${VTR_ASSERT_LEVEL}")
9393
include(CheckCXXCompilerFlag)
9494

9595
#
96-
# We require c++17 support
96+
# We require c++20 support
9797
#
98-
set(CMAKE_CXX_STANDARD 17)
98+
set(CMAKE_CXX_STANDARD 20)
9999
set(CMAKE_CXX_STANDARD_REQUIRED ON)
100100
set(CMAKE_CXX_EXTENSIONS OFF) #No compiler specific extensions
101101

0 commit comments

Comments
 (0)