Skip to content

Commit

Permalink
use correct git link for cpputest
Browse files Browse the repository at this point in the history
  • Loading branch information
MedadRufus committed Jul 27, 2021
1 parent c32fbbd commit 79ddc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/testtools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.7)
include(FetchContent)
FetchContent_Declare(
cpputest
GIT_REPOSITORY git@github.com:cpputest/cpputest.git
GIT_REPOSITORY https://github.com/cpputest/cpputest.git
GIT_TAG v4.0
)

Expand Down

0 comments on commit 79ddc95

Please sign in to comment.