Skip to content

Commit e33df18

Browse files
committed
Update liblsl ref to 1.17.0
1 parent 056e51d commit e33df18

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(POLICY CMP0177)
1212
endif()
1313

1414
project(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
4242
option(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

0 commit comments

Comments
 (0)