Skip to content

Commit

Permalink
Merge pull request #1352 from offa/readme_update
Browse files Browse the repository at this point in the history
Git ref of the cmake example updated
  • Loading branch information
basvodde committed Apr 27, 2020
2 parents 7329807 + 58f21a1 commit 85153aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ include(FetchContent)
FetchContent_Declare(
CppUTest
GIT_REPOSITORY https://github.com/cpputest/cpputest.git
GIT_TAG master # or use release tag, eg. v3.8
GIT_TAG latest-passing-build # or use release tag, eg. v3.8
)
# Set this to ON if you want to have the CppUTests in your project as well.
set(TESTS OFF CACHE BOOL "Switch off CppUTest Test build")
Expand Down

0 comments on commit 85153aa

Please sign in to comment.