Skip to content

Commit

Permalink
Make Catch2 excluded from all and a system lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Foster committed Feb 27, 2024
1 parent 77f2f46 commit 896d357
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/idi/functions/framework/idi_init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ macro(idi_init)
FetchContent_Declare(Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.5.2
EXCLUDE_FROM_ALL
SYSTEM
)
FetchContent_MakeAvailable(Catch2)

Expand Down

0 comments on commit 896d357

Please sign in to comment.