File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if(POLICY CMP0177)
1212endif ()
1313
1414project (LabRecorder
15- VERSION 1.16.5
15+ VERSION 1.17.0
1616 DESCRIPTION "Record and write LabStreamingLayer streams to an XDF file"
1717 HOMEPAGE_URL "https://github.com/labstreaminglayer/App-LabRecorder/"
1818 LANGUAGES C CXX
@@ -40,8 +40,7 @@ set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl")
4040
4141# Priority 4: Fetch from GitHub if not found
4242option (LSL_FETCH_IF_MISSING "Fetch liblsl from GitHub if not found locally" ON )
43- # TODO: Change back to version tag (e.g., "v1.16.2") once apple_framework branch is merged
44- set (LSL_FETCH_REF "cboulay/apple_framework" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)" )
43+ set (LSL_FETCH_REF "v1.17.0" CACHE STRING "liblsl git ref to fetch (tag, branch, or commit)" )
4544
4645# =============================================================================
4746# Find/Fetch liblsl
You can’t perform that action at this time.
0 commit comments