We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ab849 commit 6d65fa9Copy full SHA for 6d65fa9
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.4" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)")
+set(LSL_FETCH_REF "v1.17.5" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)")
44
45
# =============================================================================
46
# Find/Fetch liblsl
0 commit comments