Skip to content

Commit

Permalink
Changed the cpputest submodule URL to use https instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
jwgrenning committed Oct 22, 2017
1 parent b0336af commit 28108d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "cpputest"]
path = cpputest
url = git@github.com:cpputest/cpputest.git
url = https://github.com/cpputest/cpputest.git
1 change: 1 addition & 0 deletions CppUTestCompileFlags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CPPUTEST_WARNINGFLAGS += -Wno-covered-switch-default
CPPUTEST_WARNINGFLAGS += -Wno-reserved-id-macro
CPPUTEST_WARNINGFLAGS += -Wno-keyword-macro
CPPUTEST_WARNINGFLAGS += -Wno-documentation
CPPUTEST_WARNINGFLAGS += -Wno-missing-noreturn
endif

CPPUTEST_WARNINGFLAGS += -Wall
Expand Down

0 comments on commit 28108d7

Please sign in to comment.