Skip to content

Commit a4b1bb8

Browse files
committed
Trying to clean up boost warnings on OSX
1 parent 0598a68 commit a4b1bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
- name: Configure
4747
run: |
4848
export LDFLAGS="-L$(brew --prefix boost)/lib -L$(brew --prefix llvm)/lib $LDFLAGS"
49-
export CFLAGS="-I$(brew --prefix boost)/include -I$(brew --prefix llvm)/include $CFLAGS"
50-
export CXXFLAGS="-I$(brew --prefix boost)/include -I$(brew --prefix llvm)/include $CXXFLAGS"
49+
export CFLAGS="-isystem $(brew --prefix boost)/include -isystem $(brew --prefix llvm)/include $CFLAGS"
50+
export CXXFLAGS="-isystem $(brew --prefix boost)/include -isystem $(brew --prefix llvm)/include $CXXFLAGS"
5151
export CC="$(brew --prefix llvm)/bin/clang"
5252
export CXX="$(brew --prefix llvm)/bin/clang++"
5353
cmake -S . -B build -G "${{ matrix.cmake_generator }}"

0 commit comments

Comments
 (0)