summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortongzongzhen <[email protected]>2024-04-27 09:45:19 +0800
committertongzongzhen <[email protected]>2024-04-27 09:45:19 +0800
commitb6031713bd40bfd98ee6e1e186082735b1bc63fd (patch)
tree22b3d019b5c6a3faed7b5f34c9886a0dfc9c5175
parent09885dbb0de6605f588321a99cdcb14b4d4939ec (diff)
use marsio dev-4.8v0.1.5-20240427
-rw-r--r--support/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/CMakeLists.txt b/support/CMakeLists.txt
index b4bbd78..c5a117d 100644
--- a/support/CMakeLists.txt
+++ b/support/CMakeLists.txt
@@ -46,7 +46,7 @@ set_property(TARGET libevent-static-pthreads PROPERTY INTERFACE_INCLUDE_DIRECTOR
##### marsio
ExternalProject_Add(marsio PREFIX marsio
GIT_REPOSITORY [email protected]:MESA_Platform/marsio.git
- GIT_TAG dp_trace_telemetry
+ GIT_TAG dev-4.8
CONFIGURE_COMMAND
COMMAND mkdir -p build
COMMAND ${CMAKE_COMMAND} -E chdir <SOURCE_DIR>/build ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} ..