Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dogun-anduril authored Dec 2, 2024
1 parent ec8802f commit e1455fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See the documentation for [Lattice C++ SDK](https://docs.anduril.com/sdks/cpp).
## Installation

The only supported way of install the C++ SDK is by fetching the package using CMake. Please use a fixed version of `GIT_TAG` to ensure that
you are not impacted by dependency updates of `gRPC` or `Protobuf`.
you are not impacted by dependency updates of `gRPC` or `Protobuf`. The latest version is available [here](https://github.com/anduril/lattice-sdk-cpp/releases/latest).

### CMakeLists.txt

Expand All @@ -29,7 +29,7 @@ include(FetchContent)
FetchContent_Declare(
lattice-sdk-cpp
GIT_REPOSITORY https://github.com/anduril/lattice-sdk-cpp.git
GIT_TAG v1.0.0
GIT_TAG v1.1.0
)
set(FETCHCONTENT_QUIET OFF)
FetchContent_MakeAvailable(lattice-sdk-cpp)
Expand Down

0 comments on commit e1455fd

Please sign in to comment.