Skip to content

Commit

Permalink
Revert back to Catch v2.1.2 to fix macOS compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Jul 2, 2018
1 parent 350c4ac commit 7a9fcd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ sudo: required

dist: trusty

osx_image: xcode8.3

os:
- linux
- osx
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ endif

if !WITH_SYSTEM_CATCH

cppFlags += -I$(top_srcdir)/tests/catch2/single_include/catch2
cppFlags += -I$(top_srcdir)/tests/catch2/single_include

endif

Expand Down
2 changes: 1 addition & 1 deletion tests/catch2
Submodule catch2 updated 155 files

0 comments on commit 7a9fcd7

Please sign in to comment.