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 8419550 commit 666baa0Copy full SHA for 666baa0
1 file changed
CMakeLists.txt
@@ -40,7 +40,7 @@ set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl")
40
41
# Priority 4: Fetch from GitHub if not found
42
option(LSL_FETCH_IF_MISSING "Fetch liblsl from GitHub if not found locally" ON)
43
-set(LSL_FETCH_REF "v1.17.5" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)")
+set(LSL_FETCH_REF "v1.18.0.b2" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)")
44
45
# =============================================================================
46
# Find/Fetch liblsl
0 commit comments