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 f462d4a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
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 f462d4a

Please sign in to comment.