forked from catchorg/Catch2
Fix C++14 toggle for OSX build
This commit is contained in:
@ -181,7 +181,7 @@ matrix:
|
||||
- os: osx
|
||||
osx_image: xcode9.1
|
||||
compiler: clang
|
||||
env: COMPILER='clang++' USE_CPP14=1
|
||||
env: COMPILER='clang++' CPP14=1
|
||||
|
||||
|
||||
install:
|
||||
|
Reference in New Issue
Block a user