Skip to content

Commit

Permalink
[RSDK-9493] Pin IDF component micro-RDK version to v0.3.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvaradarajan authored Dec 12, 2024
1 parent 5930c4f commit 58439fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micro-rdk-ffi/micrordklib-idf-component/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
idf_component_register(INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}")
idf_build_set_property(INCLUDE_DIRECTORIES "${CMAKE_CURRENT_BINARY_DIR}/assets" APPEND)

set(LIBMICRORDK_VERSION v0.3.3)
set(LIBMICRORDK_VERSION v0.3.0)
set(LIBMICRORDK_URL https://github.com/viamrobotics/micro-rdk/releases/download/${LIBMICRORDK_VERSION}/micro-rdk-lib.zip)
set(LIBMICRORDK_PATH ${CMAKE_BINARY_DIR}/import/micro-rdk-lib.zip)

Expand Down

0 comments on commit 58439fa

Please sign in to comment.