Skip to content

Commit

Permalink
Yarp now requires cpp 20 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 9, 2023
1 parent d7abeaa commit 6af4e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/YarpSystemCheck.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include(GNUInstallDirs)
# These variables are used by try_compile, so they must be set here

set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)


Expand Down

0 comments on commit 6af4e2c

Please sign in to comment.