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 cbe005f commit 1137116Copy full SHA for 1137116
CMakeLists.txt
@@ -42,7 +42,7 @@ option(LSLTEMPLATE_BUILD_CLI "Build the CLI application" ON)
42
# By default, liblsl is fetched automatically from GitHub.
43
# To use a pre-installed liblsl, set LSL_INSTALL_ROOT.
44
set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl (optional)")
45
-set(LSL_FETCH_REF "v1.17.0" CACHE STRING "liblsl version to fetch from GitHub")
+set(LSL_FETCH_REF "v1.17.4" CACHE STRING "liblsl version to fetch from GitHub")
46
47
if(LSL_INSTALL_ROOT)
48
# Use pre-installed liblsl
0 commit comments