diff --git a/CMakeLists.txt b/CMakeLists.txt index 55bfb79..8f0ee6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl") # Priority 4: Fetch from GitHub if not found option(LSL_FETCH_IF_MISSING "Fetch liblsl from GitHub if not found locally" ON) -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)") # ============================================================================= # Find/Fetch liblsl