Skip to content

Commit a7a846f

Browse files
committed
Try adding compiler flag on command line
1 parent 9174fb7 commit a7a846f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Conan install on apple-clang
120120
if: ${{ contains(matrix.cxx, 'clang++') }}
121-
run: conan install ${{github.workspace}} -if ${{github.workspace}}/build --build missing -o mpi=${{matrix.mpi}} -o openmp=${{matrix.omp}}
121+
run: conan install ${{github.workspace}} -if ${{github.workspace}}/build --build missing -o mpi=${{matrix.mpi}} -o openmp=${{matrix.omp}} -c tools.build:cxxflags=["-fvisibility=default"]
122122

123123
- name: Build
124124
# Build your program with the given configuration.

0 commit comments

Comments
 (0)