Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fastrtps] Update to 2.14.0 #38637

Merged
merged 6 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix hash and cmake extra flags for cross compiling.
  • Loading branch information
Reen committed May 13, 2024
commit 714242720147268e3e52ac66ad0d019c96debd80
2 changes: 1 addition & 1 deletion ports/fastrtps/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if (VCPKG_TARGET_IS_WINDOWS AND VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
# when cross-compiling, try_run will not work.
set(extra_opts
-DSM_RUN_RESULT=TRUE
-DSM_RUN_RESULT__TRYRUN_OUTPUT=""
-DSM_RUN_RESULT__TRYRUN_OUTPUT=''
Reen marked this conversation as resolved.
Show resolved Hide resolved
)
endif()

Expand Down
2 changes: 1 addition & 1 deletion versions/f-/fastrtps.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [

Check failure on line 2 in versions/f-/fastrtps.json

View check run for this annotation

Azure Pipelines / microsoft.vcpkg.pr (x86_windows)

versions/f-/fastrtps.json#L2

versions/f-/fastrtps.json(2,): error : while parsing versions for fastrtps from version/f-/fastrtps.json

Check failure on line 2 in versions/f-/fastrtps.json

View check run for this annotation

Azure Pipelines / microsoft.vcpkg.pr

versions/f-/fastrtps.json#L2

versions/f-/fastrtps.json(2,): error : while parsing versions for fastrtps from version/f-/fastrtps.json
{
"git-tree": "d8f4041591c457d3000828b4d24984f0b9544a87",
"git-tree": "9e141c58483a521f2f61b31f799ac199ddb50e5c",
"version": "2.14.0",
"port-version": 0
},
Expand Down
Loading