Skip to content

Commit

Permalink
Merge pull request #2205 from mavlink/update-deps
Browse files Browse the repository at this point in the history
Update some more dependencies
  • Loading branch information
julianoes committed Jan 7, 2024
2 parents 25f8dbc + 2f4bc38 commit fa92af4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/system_tests/system_tests_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
void handler(int sig)
{
mavsdk::LogErr() << "Got signal: " << strsignal(sig) << " (" << sig << ")";
cpptrace::print_trace();
cpptrace::generate_trace().print();
exit(1);
}
#endif
Expand Down
2 changes: 1 addition & 1 deletion third_party/cpptrace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endforeach()
ExternalProject_add(
cpptrace
GIT_REPOSITORY https://github.com/jeremy-rifkin/cpptrace.git
GIT_TAG 4b11b87e4d905d003d0325a53994441cc767017a
GIT_TAG v0.3.1
PREFIX cpptrace
CMAKE_ARGS "${CMAKE_ARGS}"
)
2 changes: 1 addition & 1 deletion third_party/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ endforeach()
ExternalProject_add(
curl
GIT_REPOSITORY https://github.com/curl/curl.git
GIT_TAG curl-7_84_0
GIT_TAG curl-7_88_1
GIT_SHALLOW ON
PREFIX curl
CMAKE_ARGS "${CMAKE_ARGS}"
Expand Down
2 changes: 1 addition & 1 deletion third_party/jsoncpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endforeach()
ExternalProject_Add(
jsoncpp
GIT_REPOSITORY https://github.com/open-source-parsers/jsoncpp
GIT_TAG 42e892d96e47b1f6e29844cc705e148ec4856448
GIT_TAG 69098a18b9af0c47549d9a271c054d13ca92b006
PREFIX jsoncpp
CMAKE_ARGS "${CMAKE_ARGS}"
)

0 comments on commit fa92af4

Please sign in to comment.