mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix C++14 toggle for OSX build
This commit is contained in:
parent
2e285b9579
commit
93db01c647
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user