We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d2ae commit b07cca5Copy full SHA for b07cca5
1 file changed
CMakeLists.txt
@@ -27,7 +27,7 @@ option(EGIAMP_BUILD_MOCK "Build the mock EGI Amp device for testing" ON)
27
# By default, liblsl is fetched automatically from GitHub.
28
# To use a pre-installed liblsl, set LSL_INSTALL_ROOT.
29
set(LSL_INSTALL_ROOT "" CACHE PATH "Path to installed liblsl (optional)")
30
-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")
31
32
if(LSL_INSTALL_ROOT)
33
# Use pre-installed liblsl
0 commit comments