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 a24ea7e commit 57adfdcCopy full SHA for 57adfdc
1 file changed
templates/basic-cpp/spacetimedb/CMakeLists.txt
@@ -18,7 +18,7 @@ project(spacetime_cpp_module LANGUAGES C CXX)
18
# The directory should contain the bindings' CMakeLists.txt at its root.
19
# ------------------------------------------------------------------------------
20
21
-set(SPACETIMEDB_CPP_VERSION "2.6.0" CACHE STRING "Version selector: MAJOR.MINOR (uses release/MAJOR.MINOR) or MAJOR.MINOR.PATCH (uses tag vMAJOR.MINOR.PATCH)")
+set(SPACETIMEDB_CPP_VERSION "2.6" CACHE STRING "Version selector: MAJOR.MINOR (uses release/MAJOR.MINOR) or MAJOR.MINOR.PATCH (uses tag vMAJOR.MINOR.PATCH)")
22
set(SPACETIMEDB_CPP_REF "" CACHE STRING "Override Git ref directly (e.g. release/1.0, release/latest, v1.0.0)")
23
set(SPACETIMEDB_CPP_DIR "" CACHE PATH "Path to a local clone of SpacetimeDB C++ bindings (overrides FetchContent)")
24
0 commit comments