We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd943af commit 8f45be9Copy full SHA for 8f45be9
cmake/YarpSystemCheck.cmake
@@ -21,7 +21,7 @@ include(GNUInstallDirs)
21
# These variables are used by try_compile, so they must be set here
22
23
set(CMAKE_CXX_EXTENSIONS OFF)
24
-set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD 20)
25
set(CMAKE_CXX_STANDARD_REQUIRED ON)
26
27
0 commit comments