We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94504f0 + 3ca29f4 commit b3ed9e2Copy full SHA for b3ed9e2
1 file changed
projects/cmake/DownloadHebiCpp.cmake
@@ -1,9 +1,9 @@
1
# Used to download the C++ API - this should not be used directly.
2
cmake_minimum_required(VERSION 3.0)
3
4
-set(HEBI_CPP_VERSION "3.9.0")
+set(HEBI_CPP_VERSION "3.11.1")
5
set(HEBI_CPP_FILE_NAME "hebi-cpp-${HEBI_CPP_VERSION}.tar.gz")
6
-set(HEBI_CPP_LIB_SHA256 "9ad5752448117fb4f5e0f0822c0c596205e4eb33a97aa94e47e81d4d9bc77695")
+set(HEBI_CPP_LIB_SHA256 "26454863b4f4d9dd7902c8d7530fc70f766353b0aed97c33781f897874c3d7dd")
7
set(HEBI_CPP_URL "https://files.hebi.us/download/cpp/${HEBI_CPP_FILE_NAME}")
8
9
# If the CMakeLists.txt is not found, then redownload the C++ API
0 commit comments