Skip to content

Commit

Permalink
export CMAKE_CXX_FLAGS="--allow-multiple-definition"
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Feb 9, 2024
1 parent e64a2ed commit 99ed9b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linux-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,6 @@ runs:
-DUSE_EXTERNAL_TINYXML2=ON \
-DUSE_EXTERNAL_TINY_PROCESS_LIBRARY=ON \
-DGZ_PROTOBUF_USE_CMAKE_CONFIG=ON \
-DCMAKE_INSTALL_PREFIX=$PWD/vcpkg/installed/x64-linux-release
-DCMAKE_INSTALL_PREFIX=$PWD/vcpkg/installed/x64-linux-release \
-DUSE_UPSTREAM_CFLAGS=OFF \
-DCMAKE_CXX_FLAGS=--allow-multiple-definition

0 comments on commit 99ed9b8

Please sign in to comment.