We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9174fb7 commit a7a846fCopy full SHA for a7a846f
.github/workflows/cmake.yml
@@ -118,7 +118,7 @@ jobs:
118
119
- name: Conan install on apple-clang
120
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}}
+ 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"]
122
123
- name: Build
124
# Build your program with the given configuration.
0 commit comments