Skip to content

Commit 8f45be9

Browse files
committed
Yarp now requires cpp 20 standard
1 parent bd943af commit 8f45be9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/YarpSystemCheck.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ include(GNUInstallDirs)
2121
# These variables are used by try_compile, so they must be set here
2222

2323
set(CMAKE_CXX_EXTENSIONS OFF)
24-
set(CMAKE_CXX_STANDARD 17)
24+
set(CMAKE_CXX_STANDARD 20)
2525
set(CMAKE_CXX_STANDARD_REQUIRED ON)
2626

2727

0 commit comments

Comments
 (0)