Skip to content

Commit

Permalink
catch2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 17, 2023
1 parent 1eba86c commit a46dccd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extern/catch2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

project(YARP_catch2)

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

add_library(YARP_catch2 STATIC)
add_library(YARP::YARP_catch2 ALIAS YARP_catch2)

Expand Down

0 comments on commit a46dccd

Please sign in to comment.