@@ -50,7 +50,7 @@ include(FetchContent)
5050FetchContent_Declare(
5151 objectbox
5252 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
53- GIT_TAG v5.0 .0
53+ GIT_TAG v5.1 .0
5454)
5555
5656FetchContent_MakeAvailable(objectbox)
@@ -81,7 +81,7 @@ include(FetchContent)
8181FetchContent_Declare(
8282 objectbox
8383 GIT_REPOSITORY https://github.com/objectbox/objectbox-c.git
84- GIT_TAG v5.0 .0
84+ GIT_TAG v5.1 .0
8585)
8686
8787FetchContent_GetProperties(objectbox)
@@ -123,7 +123,7 @@ Using the download.sh script (on Windows, use something like Git Bash to run it)
123123
124124Details on the download.sh script:
125125
126- * Creates a "download" directory and a version dependent sub directory named like "libobjectbox-5.0 .0-some-hex-hash".
126+ * Creates a "download" directory and a version dependent sub directory named like "libobjectbox-5.1 .0-some-hex-hash".
127127* Inside the version dependent sub directory, you will find the directories "include" and "lib"/
128128* The "lib" directory contains the binary library.
129129* Gives you an option to install the library to ` /usr/lib ` (linux) or ` /usr/local/lib ` (macOS).
@@ -196,7 +196,7 @@ Using the ObjectBox Generator with CMake is straightforward (after the installa
196196
197197``` cmake
198198# Downloads automatically if not found on system per default)
199- find_package(ObjectBoxGenerator 5.0 .0 REQUIRED)
199+ find_package(ObjectBoxGenerator 5.1 .0 REQUIRED)
200200
201201# generate C++ files from tasklist.fbs and compile/link with target
202202add_obx_schema(
@@ -279,4 +279,4 @@ target_link_libraries(c99app objectbox flatccrt)
279279```
280280
281281</TabItem>
282- </Tabs>
282+ </Tabs>
0 commit comments