Skip to content

Commit

Permalink
ignition-msgs5 v5.1.0#1
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Feb 8, 2024
1 parent 9e11298 commit 6c1d37e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-config/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
uses: actions/cache@v3
with:
path: deps/vcpkg/cache/linux
key: linux-x64-${{ hashFiles('.github/workflows/linux-config/action.yml', 'deps/vcpkg/manifest/vcpkg.json') }}
key: linux-x64-${{ hashFiles('.github/workflows/linux-config/action.yml', 'deps/vcpkg/manifest/vcpkg.json', 'deps/vcpkg/triplets/x64-linux-release.cmake') }}

- name: Install dependencies
shell: bash
Expand Down
5 changes: 5 additions & 0 deletions deps/vcpkg/manifest/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@
{
"name": "qwt",
"version": "6.1.5"
},
{
"name": "ignition-msgs5",
"version": "5.1.0",
"port-version": 1
}
]
}
4 changes: 4 additions & 0 deletions deps/vcpkg/triplets/x64-linux-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Linux)
set(VCPKG_BUILD_TYPE release)

if(PORT STREQUAL "ffmpeg")
set(VCPKG_LIBRARY_LINKAGE dynamic)
endif()

0 comments on commit 6c1d37e

Please sign in to comment.