Skip to content

Commit b3ed9e2

Browse files
authored
Merge pull request #97 from HebiRobotics/iamtesch/update-cpp-api
Updated the C++ library reference to 3.11.1
2 parents 94504f0 + 3ca29f4 commit b3ed9e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

projects/cmake/DownloadHebiCpp.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Used to download the C++ API - this should not be used directly.
22
cmake_minimum_required(VERSION 3.0)
33

4-
set(HEBI_CPP_VERSION "3.9.0")
4+
set(HEBI_CPP_VERSION "3.11.1")
55
set(HEBI_CPP_FILE_NAME "hebi-cpp-${HEBI_CPP_VERSION}.tar.gz")
6-
set(HEBI_CPP_LIB_SHA256 "9ad5752448117fb4f5e0f0822c0c596205e4eb33a97aa94e47e81d4d9bc77695")
6+
set(HEBI_CPP_LIB_SHA256 "26454863b4f4d9dd7902c8d7530fc70f766353b0aed97c33781f897874c3d7dd")
77
set(HEBI_CPP_URL "https://files.hebi.us/download/cpp/${HEBI_CPP_FILE_NAME}")
88

99
# If the CMakeLists.txt is not found, then redownload the C++ API

0 commit comments

Comments
 (0)