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.
1 parent fcac9a5 commit 3dd5c69Copy full SHA for 3dd5c69
CMakeLists.txt
@@ -112,7 +112,7 @@ else ()
112
if(NOT DEFINED ObjectBoxGenerator_CMAKE_VERSION OR ObjectBoxGenerator_CMAKE_VERSION STREQUAL "")
113
# The default version is a specific version that "matches" the ObjectBox library version of this repo.
114
# Nevertheless, it's often possible to use a newer Generator version as breaking changes are infrequent.
115
- set(ObjectBoxGenerator_CMAKE_VERSION "v5.0.0-rc")
+ set(ObjectBoxGenerator_CMAKE_VERSION "v5.0.0-rc2")
116
endif ()
117
set(OBX_GEN_DL_URL https://raw.githubusercontent.com/objectbox/objectbox-generator/${ObjectBoxGenerator_CMAKE_VERSION}/cmake/FindObjectBoxGenerator.cmake)
118
0 commit comments